We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuentinCody/civic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import worker, * as OTHER_EXPORTS from "/Users/quentincody/civic-mcp-server/src/index.ts";
import * as __MIDDLEWARE_0__ from "/Users/quentincody/civic-mcp-server/node_modules/wrangler/templates/middleware/middleware-ensure-req-body-drained.ts";
import * as __MIDDLEWARE_1__ from "/Users/quentincody/civic-mcp-server/node_modules/wrangler/templates/middleware/middleware-miniflare3-json-error.ts";
export * from "/Users/quentincody/civic-mcp-server/src/index.ts";
const MIDDLEWARE_TEST_INJECT = "__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__";
export const __INTERNAL_WRANGLER_MIDDLEWARE__ = [
__MIDDLEWARE_0__.default,__MIDDLEWARE_1__.default
]
export default worker;