mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
docs: add description for MCP command (#6944)
This commit is contained in:
@@ -50,6 +50,7 @@ function isMcpRemote(config: McpEntry): config is McpRemote {
|
||||
|
||||
export const McpCommand = cmd({
|
||||
command: "mcp",
|
||||
describe: "manage MCP (Model Context Protocol) servers",
|
||||
builder: (yargs) =>
|
||||
yargs
|
||||
.command(McpAddCommand)
|
||||
|
||||
Reference in New Issue
Block a user