UNPKG

mcp-wayback-machine

Version:

MCP server and CLI tool for interacting with the Wayback Machine without API keys

12 lines (10 loc) 387 B
/** * Production ToolContext — wires up caching, rate limiting, credentials, * and Retry-After handling. Single unified context for all tools. */ import type { ToolContext } from "./tools/context.ts"; /** * Unified production context — all tools share caching, rate limiting, and credentials */ export declare const context: ToolContext; //# sourceMappingURL=contexts.d.ts.map