#!/usr/bin/env node import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Entry point used by Smithery's sandbox scanner, which imports rather than execs. */ export declare function createSandboxServer(): McpServer; export { buildServer, describeServer, SERVER_NAME, SERVER_VERSION } from "./server.js"; export { PROMPTS, listPrompts, getPrompt } from "./prompts.js"; export { RESOURCES, listResources, readResource } from "./resources.js"; export { createBlogHttpHandler, corsPreflight } from "./http.js"; export { httpContext, runWithContext, type BlogContext } from "./lib/context.js"; //# sourceMappingURL=index.d.ts.map