We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Evan-Kim2028/igloo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•440 B
"""System tests for end-to-end workflow validation.
System tests verify complete user workflows and production scenarios
without mocking core components. They ensure that all parts of the
system work together correctly.
Organization:
- test_user_workflows.py: Complete analyst journeys (Phase 1)
- test_production_scenarios.py: Scale, concurrency, recovery (Phase 2)
- test_advanced_scenarios.py: Cross-database, validation (Phase 3)
"""