init MCP server
This commit is contained in:
parent
fff03fa0d5
commit
8ea0eee299
11 changed files with 253 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bb
|
||||
|
||||
(ns snippets-cms
|
||||
(:require [cli-cms.main]))
|
||||
(:require [cli.main]))
|
||||
|
||||
(when (= *file* (System/getProperty "babashka.file"))
|
||||
(apply cli-cms.main/-main *command-line-args*))
|
||||
(apply cli.main/-main *command-line-args*))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue