We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mlemos/attio-simple-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•690 B
# Integration Tests
Tests for component interactions with mocked external APIs.
**Characteristics:**
- Execution time: <30 seconds total
- Dependencies: External APIs mocked, internal components real
- Run in: CI/CD pipeline
- Coverage: Component interactions, end-to-end flows
**Examples:**
- AttioClient with error handler integration
- Schema cache with multiple tools
- Tool chaining and data flow
**Running:**
```bash
npm run test:integration # Run all integration tests
```
**Writing Integration Tests:**
- Use MockAttioClient to simulate API responses
- Test multiple components working together
- Verify error propagation and handling
- Test caching behavior across requests