Skip to main content
Glama
tsconfig.eslint.json594 B
{ "extends": "../../tsconfig.json", "include": [ "../../src/**/*", "../../test/**/*", "../../scripts/**/*", "../../*.ts", "../../*.js", "../../*.cjs", "../../*.mjs" ], "exclude": [ "../../node_modules", "../../dist", "../../build" ] // Note: We are intentionally not specifying compilerOptions.rootDir here. // It will be inherited from the base tsconfig.json. If ESLint still has issues // with rootDir from the base config, we might need to set it to "." here, // but that could have other implications. Let's try without it first. }

Latest Blog Posts

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/kesslerio/attio-mcp-server'

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