Skip to main content
Glama

Interactive Automation MCP Server

pytest.ini696 B
[tool:pytest] # Pytest configuration file # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Directories to search for tests testpaths = tests # Minimum required version minversion = 6.0 # Add options addopts = -v --tb=short --strict-markers --strict-config --disable-warnings # Markers for test categorization markers = unit: Unit tests for individual components integration: Integration tests for complete workflows security: Security-focused tests slow: Slow-running tests asyncio: Async tests # Async test support asyncio_mode = auto # Test output options console_output_style = progress

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/wehnsdaefflae/MCPAutomationServer'

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