We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.md•249 B
```mermaid
flowchart LR
U["Unit tests\nuv run poe test-unit\nmock OutlineClient"]
I["Integration tests\nuv run poe test-integration\nsubprocess MCP server"]
E["E2E tests\nuv run poe test-e2e\nDocker Compose stack"]
U --> I --> E
```