We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdelements/sde-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•422 B
# Test dependencies for SD Elements MCP Server
# These are NOT required to run the MCP server itself
# Only needed for running tests
# Core testing framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
# Integration test dependencies (OpenAI client)
# Only needed for integration tests that verify prompt-to-tool mapping
openai>=1.0.0
# Environment variable loading
python-dotenv>=1.0.0