We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbwinslow/opendiscourse_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Test dependencies for OpenDiscourse MCP
# Core testing framework
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
# HTTP mocking for tests
aioresponses==0.7.4
# Coverage reporting
coverage==7.3.2
# Test fixtures and utilities
factory-boy==3.3.0
faker==20.1.0
# Performance testing
pytest-benchmark==4.0.0
# Test reporting
pytest-html==4.1.1
pytest-json-report==1.5.0
# Parallel test execution
pytest-xdist==3.5.0
# Test data validation
jsonschema==4.20.0
# Test database (if needed for integration tests)
pytest-postgresql==5.0.0