We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deployment-Team/unimus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•337 B
"""
Pytest configuration and fixtures for the Unimus MCP Server test suite.
This file makes fixtures available to all test modules automatically.
"""
# Import all fixtures to make them available globally
from tests.fixtures.pytest_fixtures import *
# Configure pytest settings
pytest_plugins = [
"tests.fixtures.pytest_fixtures"
]