Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TOOLBAR | No | Whether to show the toolbar in the mindmap | true |
FILENAME | No | Custom filename for the generated mindmap file (when using filePath return type) | |
RETURN_TYPE | No | Specifies the return type of the mindmap content | html |
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 |
---|---|
convert_markdown_to_mindmap | Convert Markdown content to a mindmap mind map. Copy |