mcpay
Version:
SDK and CLI for MCPay functionality - MCP servers with payment capabilities
13 lines • 861 B
TypeScript
import createMcpHandler from "./handler/server/index.js";
export { createMcpPaidHandler } from "./handler/server/templates/x402-server.js";
export { withX402 } from "./handler/server/plugins/with-x402.js";
export { makePlugins, composePlugins } from "./handler/server/index.js";
export { createMcpHandler };
export { withProxy } from "./handler/proxy/index.js";
export { Hook } from "./handler/proxy/hooks.js";
export { LoggingHook } from "./handler/proxy/hooks/logging-hook.js";
export { AuthHeadersHook } from "./handler/proxy/hooks/auth-headers-hook.js";
export { X402MonetizationHook } from "./handler/proxy/hooks/x402-hook.js";
export { AnalyticsHook } from "./handler/proxy/hooks/analytics-hook.js";
export type { RequestExtra, ToolCallRequestHookResult, ToolCallResponseHookResult, } from "./handler/proxy/hooks.js";
//# sourceMappingURL=handler.d.ts.map