We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kentcdodds/cloudflare-remix-vite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"extends": "@epic-web/config/typescript",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.remix.tsbuildinfo",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"jsx": "react-jsx",
"jsxImportSource": "@remix-run/dom"
},
"include": ["worker/widgets", "./types/reset.d.ts"]
}