Skip to main content
Glama

Weather MCP Server

Apache 2.0
19
  • Linux
  • Apple
pytest.ini801 B
[pytest] minversion = 6.0 addopts = -ra --strict-markers --strict-config --tb=short -v testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* markers = asyncio: marks tests as async slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests performance: marks tests as performance tests # Async test configuration asyncio_mode = auto asyncio_default_fixture_loop_scope = function # Filter warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning # Test output console_output_style = progress log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S

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/isdaniel/mcp_weather_server'

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