We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/divvi-xyz/divvi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tsconfig.json•281 B
{
// Workaround VS Code only supporting one default tsconfig.json
// Otherwise *.test.ts files would show errors in VS Code
// See https://stackoverflow.com/questions/57044697/how-to-use-different-tsconfig-file-for-test-files-in-vscode
"extends": "../tsconfig.test.json"
}