We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrwl/nx-console'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"strict": true,
"noImplicitReturns": true,
"types": ["node"]
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../../shared/running-tasks/tsconfig.lib.json"
},
{
"path": "../../shared/nx-cloud/tsconfig.lib.json"
},
{
"path": "../../shared/types/tsconfig.lib.json"
},
{
"path": "../../shared/schema/tsconfig.lib.json"
},
{
"path": "../../shared/nx-version/tsconfig.lib.json"
},
{
"path": "../../language-server/types/tsconfig.lib.json"
},
{
"path": "../../shared/telemetry/tsconfig.lib.json"
},
{
"path": "../../shared/npm/tsconfig.lib.json"
},
{
"path": "../../shared/llm-context/tsconfig.lib.json"
},
{
"path": "../../shared/utils/tsconfig.lib.json"
}
],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
}