We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikechao/brave-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
security-fixes.md•285 B
## lodash@4.17,23 installed to fix
https://github.com/mikechao/brave-search-mcp/security/dependabot/25
it's a transitive dependencies from @openai/apps-sdk-ui@0.2.1
The fix is the pnpm override in root package.json
"pnpm": {
"overrides": {
"lodash": "^4.17.23"
}
}