We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"testMatch": [
"**/tests/js/**/*.test.js"
],
"transform": {
"^.+\\.js$": "babel-jest"
},
"testEnvironment": "jsdom"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}