UNPKG

@rhofkens/mcp-quotes-server-claude-code

Version:

Model Context Protocol (MCP) server for managing and serving quotes

9 lines 338 B
/** * MCP Quotes Server - Services Index * * Exports all service implementations. * Services handle external integrations and business logic. */ export { SerperClient, serperClient } from './serperClient.js'; export { ResilientSerperClient, resilientSerperClient } from './resilientSerperClient.js'; //# sourceMappingURL=index.js.map