We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e312a18 commit ddb04f9Copy full SHA for ddb04f9
genkit-tools/cli/src/commands/mcp.ts
@@ -26,7 +26,7 @@ interface McpOptions {
26
/** Command to run MCP server. */
27
export const mcp = new Command('mcp')
28
.option('--project-root [projectRoot]', 'Project root')
29
- .description('run MCP stdio server')
+ .description('run MCP stdio server (EXPERIMENTAL, subject to change)')
30
.action(async (options: McpOptions) => {
31
forceStderr();
32
const manager = await startManager(
0 commit comments