import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Comment tools. * * These call `api.misar.io/blog/v1/comments` through the shared client, like * every other tool. They previously fetched `misar.blog/api/comments` directly — * the browser endpoint, gated only by an IP rate limit — so the tool answered * with no API key and consumed no quota. That is the one thing an MCP tool must * never do: read the platform outside the metered, versioned API. */ export declare function registerCommentTools(server: McpServer): void; //# sourceMappingURL=comments.d.ts.map