We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phainestai/mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
do-not-mock-in-integration-tests.mdc•301 B
---
description: When working on a test, especially on the integration tests in the tests/integration/
alwaysApply: false
---
Do not use mocks - integration tests supposed to use real objects, real connections, real or real-like data from fixtures.
Think of them as acceptance tests - just without UI.