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 |
|---|---|
| greet_user | Generate a greeting message |
| explain_mcp | Get an explanation of what MCP is |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Example Resource | A simple example resource |
| Server Configuration | Current server configuration |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hello | A simple greeting tool that says hello |
| calculate | Perform basic arithmetic calculations |