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
build.md•257 B
# Build Command
Build the MCP server package and run all quality checks.
## Steps
1. Run linting with ruff: `uv run ruff check src/ tests/`
2. Run tests: `uv run pytest`
3. Build the package: `uv build`
Report any errors found during the build process.