We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kadreio/mcp-coding-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
commit.md•316 B
Bundle all outstanding into logical commits, and then commit them with good messages. Ensure we're not committing any senstive data. Run all tests in server and client before committing. If they fail, ask for feedback. Note these tests include
frontend:
`npm test`
`npm test:e2e`
backend
`make check`
`make test-all`