We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CrowdStrike/falcon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•409 B
"""Integration tests for Falcon MCP Server modules.
These tests make real API calls to the CrowdStrike Falcon platform and require
valid credentials. They validate:
- Correct FalconPy operation names
- HTTP method usage (POST body vs GET query parameters)
- Two-step search patterns returning full details
- API response schema compatibility
Run with: uv run pytest --run-integration tests/integration/
"""