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": "out-tsc/nx-config-decoration",
"types": ["node"],
"noImplicitReturns": false
},
"include": ["src/**/*.ts"],
"exclude": [
"jest.config.ts",
"src/**/*.spec.ts",
"src/**/*.test.ts",
"out-tsc"
],
"references": [
{
"path": "../lsp-client/tsconfig.lib.json"
},
{
"path": "../utils/tsconfig.lib.json"
},
{
"path": "../nx-workspace/tsconfig.lib.json"
},
{
"path": "../configuration/tsconfig.lib.json"
},
{
"path": "../../shared/file-system/tsconfig.lib.json"
}
]
}