Skip to main content
Glama
tsconfig.json690 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "esnext", "lib": [ "esnext" ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, "module": "esnext" /* Specify what module code is generated. */, "moduleResolution": "Bundler" /* Specify how TypeScript looks up a file from a given module specifier. */, "noEmit": true /* Disable emitting files from a compilation. */, "esModuleInterop": true, "outDir": "dist", "strict": true, "skipLibCheck": true }, // Include the necessary files for your project "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules", "dist"] }

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/chrisdoc/hevy-mcp'

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