Skip to main content
Glama

Windows Operations MCP

pytest.ini•777 B
[pytest] # Configure test discovery testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Add options addopts = -v --cov=windows_operations_mcp --cov-report=term-missing --cov-report=xml # Configure logging log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s) log_cli_date_format = %Y-%m-%d %H:%M:%S # Filter warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning # Configure test markers markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks integration tests (deselect with '-m "not integration"') windows: marks tests that only run on Windows (deselect with '-m "not windows"')

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/sandraschi/windows-operations-mcp'

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