Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
PYTHONPATH | No | Python path for module resolution |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
help | Provide help information about available tools and resources. Returns: Help text describing the server's capabilities |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_settings | Get server configuration settings. Returns: A dictionary containing server settings |
get_server_info | Get general server information. Returns: A dictionary containing server information |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
calculate | Evaluate a mathematical expression safely. Args: expression: A mathematical expression to evaluate (e.g., "2 + 2", "10 * 5") Returns: The result of the calculation as a string |
greet | Generate a friendly greeting message. Args: name: The name of the person to greet Returns: A personalized greeting message |