mcpay
Version:
SDK and CLI for MCPay functionality - MCP servers with payment capabilities
6 lines • 414 B
TypeScript
export { startStdioServer, createServerConnections, ServerType, type ServerConnection } from './server/stdio/start-stdio-server.js';
export { proxyServer } from './server/stdio/proxy-server.js';
export type { Account } from 'viem';
export type { Client } from '@modelcontextprotocol/sdk/client/index.js';
export type { Server } from '@modelcontextprotocol/sdk/server/index.js';
//# sourceMappingURL=server.d.ts.map