UNPKG

mcpresso

Version:

TypeScript package for Model Context Protocol (MCP) utilities and tools

11 lines 319 B
// Re-export the Express version since Hono is incompatible with MCP SDK export { createMCPServer, createResource, getCurrentUser } from './index.js'; export type { MCPServerConfig, ResourceConfig, ResourceBlueprint, MethodDefinition, RetryConfig, RateLimitConfig, ServerMetadata } from './index.js';