import { Server } from "@modelcontextprotocol/sdk/server"; /** * Creates, configures, and connects the agent-bober MCP server. * * The server uses StdioServerTransport so it communicates over the * current process's stdin/stdout. Callers must NOT write anything to * stdout after this function is called — that channel belongs to the * MCP JSON-RPC protocol. * * @param projectRoot - Absolute path to the project being served. * Passed to tool handlers so they can operate on the right directory. * @returns The connected Server instance. */ export declare function createBoberMCPServer(projectRoot: string): Promise; //# sourceMappingURL=server.d.ts.map