Skip to main content
Glama

MCP Trader Server

by wshobson
MIT License
161
  • Apple
[pytest] # pytest configuration for mcp-trader # Test discovery patterns python_files = test_*.py *_test.py python_classes = Test* python_functions = test_* # Test directories testpaths = src/mcp_trader/tests # Output options addopts = -v --tb=short --strict-markers --cov=mcp_trader --cov-report=term-missing --cov-report=html --cov-report=xml --cov-branch --cov-fail-under=80 # Asyncio configuration asyncio_mode = auto # Markers for organizing tests markers = unit: Unit tests integration: Integration tests slow: Tests that take a long time to run requires_api_key: Tests that require API keys # Ignore warnings from dependencies filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning # Coverage configuration [coverage:run] source = mcp_trader omit = */tests/* */test_* */__init__.py [coverage:report] exclude_lines = pragma: no cover def __repr__ raise AssertionError raise NotImplementedError if __name__ == .__main__.: if TYPE_CHECKING: @abstract

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/wshobson/mcp-trader'

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