/** * agenthood mcp * * Start an MCP server that exposes agenthood skills as MCP tools. * Uses stdio transport for compatibility with Claude Code and other MCP clients. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function mcp(): Promise; //# sourceMappingURL=mcp.d.ts.map