Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for SSE transport | 0.0.0.0 |
| PORT | No | Port number for SSE transport | 8000 |
| TRANSPORT | No | Transport mode: stdio or sse | stdio |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add | |
| subtract | |
| multiply | |
| divide | |
| power | |
| square_root | |
| factorial | |
| calculate_percentage | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| meeting_summary | Meeting Summary prompt that loads a Markdown template and fills placeholders. Placeholders supported in the template: - {{ meeting_date }} - {{ meeting_title }} - {{ transcript }} |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_typescript_sdk_documentation | Get the TypeScript SDK MCP documentation. Returns the full content of the TypeScript SDK MCP markdown documentation file. |