Skip to content

Commit ddb04f9

Browse files
committed
exp
1 parent e312a18 commit ddb04f9

File tree

1 file changed

+1
-1
lines changed
  • genkit-tools/cli/src/commands

1 file changed

+1
-1
lines changed

genkit-tools/cli/src/commands/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface McpOptions {
2626
/** Command to run MCP server. */
2727
export const mcp = new Command('mcp')
2828
.option('--project-root [projectRoot]', 'Project root')
29-
.description('run MCP stdio server')
29+
.description('run MCP stdio server (EXPERIMENTAL, subject to change)')
3030
.action(async (options: McpOptions) => {
3131
forceStderr();
3232
const manager = await startManager(

0 commit comments

Comments
 (0)