Skip to main content
Glama

Chess MCP Server

tsconfig.json571 B
{ "include": ["src/**/*"], "exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"], "compilerOptions": { "allowJs": true, "baseUrl": ".", "checkJs": true, "composite": true, "esModuleInterop": true, "jsx": "react-jsx", "lib": ["DOM", "DOM.Iterable", "ES2022"], "module": "ES2022", "moduleResolution": "bundler", "noEmit": true, "resolveJsonModule": true, "rootDirs": ["."], "skipLibCheck": true, "strict": true, "target": "ES2022", "types": ["vite/client", "node"], "verbatimModuleSyntax": true } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibuildthecloud/chess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server