Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEATHER_MCP_AUTH_MODE | No | Authentication mode (local_jwt or admin_introspect) | local_jwt |
| WEATHER_MCP_SECRET_KEY | Yes | The HS256 symmetric key, consistent with admin for JWT verification | |
| WEATHER_MCP_QWEATHER_API_KEY | Yes | Your QWeather API Key (must be stored in environment variables/secret management) | |
| WEATHER_MCP_QWEATHER_API_HOST | Yes | Your QWeather API Host (found in QWeather Console -> Setting) | |
| WEATHER_MCP_QWEATHER_TIMEOUT_SECONDS | No | HTTP timeout in seconds for QWeather API requests |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |