MCP Command Server

  • tests
[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v -ra --strict-markers --cov=src/mcp_command_server --cov-report=term-missing markers = unit: Unit tests integration: Integration tests security: Security-related tests slow: Tests that take longer to run