We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickweedon/mcp_server_template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.md•260 B
# Test Command
Run the test suite for the MCP server.
## Steps
1. Run pytest with verbose output: `uv run pytest -v`
2. Report test results including:
- Number of tests passed/failed
- Any test failures with details
- Coverage summary if available