Skip to main content
Glama
ec49ca

MCP Multi-Agent Orchestration Server

by ec49ca
README.md897 B
# Test Suite Documentation This directory contains tests for the Contract Comparisons MCP Server project. ## Quick Start ### Run All Tests ```bash pytest ``` ### Run Specific Test Files ```bash pytest tests/test_registry/test_registry.py -v pytest tests/test_server.py -v ``` ## Test Structure ``` tests/ ├── conftest.py # Test configuration and fixtures ├── test_registry/ # Registry system tests │ ├── test_registry.py │ └── test_registry_models.py └── test_server.py # Server endpoint tests ``` ## Test Coverage - **Registry System**: Agent registration and management - **Server Endpoints**: API endpoint functionality - **Agent Discovery**: Automatic agent discovery ## Running Tests ```bash # Run all tests pytest # Run with verbose output pytest -v # Run specific test file pytest tests/test_server.py -v ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ec49ca/NLP-project-contract-comparison'

If you have feedback or need assistance with the MCP directory API, please join our Discord server