import { Command } from "commander"; /** * Creates the `skaile mcp-server` command. * * Starts a stdio MCP server exposing skaile workspace tools, built directly * on `@modelcontextprotocol/sdk` (no Claude Agent SDK). Registered in * `.claude/mcp.json` / `.codex/config.toml` by `skaile plugin install`. * The host agent spawns this process and communicates over stdio — it runs * on plain Node. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/plugin#make-mcp-server-command */ export declare function makeMcpServerCommand(): Command; //# sourceMappingURL=mcp-server.d.ts.map