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
examine.md•607 B
For $ARGUMENTS, thoroughly look through the project and think deeply about how it's structured. Consider things like
- Testing
- What are the commands
- How can we test specific files/modules/etc
- What are best practices for creating new tests
- Architecture
- What are the different layers
- How are they defined and interfaces created
- What are good reference components that demonstrate this
- Other utilities
- Linting
- Compilers
- Other aspects
- How and when should we run them
- What are best practices
Add these docs to ./docs/docs/agent_docs/<layer>