We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a850bfe commit 91923ccCopy full SHA for 91923cc
1 file changed
packages/cli/commands/mcp.ts
@@ -94,7 +94,7 @@ export function registerMcpCommand(cli: Command) {
94
cli
95
.command("mcp")
96
.description(
97
- "Create an model context protocol (MCP) server between your AI assistant and the Bucket API.",
+ "Create an model context protocol (MCP) server between your AI assistant and the Bucket API (alpha).",
98
)
99
.action(mcpAction)
100
.addOption(appIdOption);
0 commit comments