We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/proofmath-owner/ai-filesystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-update.js•191 B
// Test file for update functionality
const debug = true;
const version = "2.0.0";
function testFunction() {
if (debug) {
console.log("Debug mode is enabled");
}
return version;
}