Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | Information about this MCP server |
| hello-message | A simple hello message resource |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sayHello | Says hello to a person by name |
| calculate | Performs basic arithmetic calculations (add, subtract, multiply, divide) |
| getWeatherForecast | Get weather forecast for a specific location using coordinates |
| getWeatherAlerts | Get active weather alerts for a US state |