We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tsconfig.json•488 B
{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
// Google protobuf libraries have a transitive dependency on the long
// library, which incorrectly implements the ESM/CSM dual mode. This
// started in 5.0.0 and protobufjs requires ^5.0.0.
// This can be removed if https://github.com/dcodeIO/long.js/pull/130 gets
// approved, though it's been sitting around for over a year without
// acceptance.
"skipLibCheck": true
}
}