File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed
Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,30 @@ const flags = {
1313 default : false ,
1414 shortFlag : `d` ,
1515 desc : `Print debug info`
16- } ,
17- agent : {
18- type : `string` ,
19- shortFlag : `a` ,
20- desc : `Agent to deploy the script into`
21- } ,
22- file : {
23- type : `string` ,
24- shortFlag : `f` ,
25- desc : `Script path to deploy`
26- } ,
27- key : {
28- type : `string` ,
29- shortFlag : `k` ,
30- desc : `Langbase API key`
3116 }
17+ // agent: {
18+ // type: `string`,
19+ // shortFlag: `a`,
20+ // desc: `Agent to deploy the script into`
21+ // },
22+ // file: {
23+ // type: `string`,
24+ // shortFlag: `f`,
25+ // desc: `Script path to deploy`
26+ // },
27+ // key: {
28+ // type: `string`,
29+ // shortFlag: `k`,
30+ // desc: `Langbase API key`
31+ // }
3232} ;
3333
3434const commands = {
35- auth : { desc : `Authenticate with Langbase` } ,
36- deploy : { desc : `Deploy a script to Langbase` } ,
35+ 'docs-mcp-server' : {
36+ desc : `Start the Langbase docs MCP server`
37+ } ,
38+ // auth: { desc: `Authenticate with Langbase` },
39+ // deploy: { desc: `Deploy a script to Langbase` },
3740 help : { desc : `Print help info` }
3841} ;
3942
You can’t perform that action at this time.
0 commit comments