| /** | |
| * MCP command handlers | |
| * These handlers are used by the CLI MCP commands | |
| */ | |
| export async function mcpServeHandler(options: { debug?: boolean; verbose?: boolean }): Promise<void> { | |
| console.error('MCP serve handler not implemented'); | |
| process.exit(1); | |
| } |