We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/up2itnow/ReadyTrader-Stocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_app_structure.py•229 B
from app.core.config import settings
from app.core.container import global_container
def test_config_loading():
assert settings.PROJECT_NAME == "ReadyTrader-Stocks"
assert global_container.exchange_provider is not None