Skip to content

Commit 91923cc

Browse files
committed
mark MCP as alpha
1 parent a850bfe commit 91923cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/commands/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function registerMcpCommand(cli: Command) {
9494
cli
9595
.command("mcp")
9696
.description(
97-
"Create an model context protocol (MCP) server between your AI assistant and the Bucket API.",
97+
"Create an model context protocol (MCP) server between your AI assistant and the Bucket API (alpha).",
9898
)
9999
.action(mcpAction)
100100
.addOption(appIdOption);

0 commit comments

Comments
 (0)