mcp-wayback-machine
Version:
MCP server and CLI tool for interacting with the Wayback Machine without API keys
8 lines • 394 B
TypeScript
/**
* MCP server factory — creates a configured McpServer with all tools registered.
* Accepts a ToolContext so the HTTP boundary can be injected for testing.
*/
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import type { ToolContext } from "./tools/context.ts";
export declare function createServer(ctx: ToolContext): McpServer;
//# sourceMappingURL=server.d.ts.map