Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Specify the port for SSE or streamable transport | 3033 |
ENDPOINT | No | Specify the endpoint for the transport (for SSE: default is '/sse', for streamable: default is '/mcp') | |
TRANSPORT | No | Specify the transport protocol: 'stdio', 'sse', or 'streamable' | stdio |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_mermaid_diagram | Generate mermaid diagram and chart with mermaid syntax dynamically. Mermaid is a JavaScript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development. |