Skip to content

Commit 2d6dddb

Browse files
test: sync mermaid schema fixture with updated descriptions
1 parent 2ba1198 commit 2d6dddb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

__tests__/tools/mermaid.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generate_mermaid_diagram",
3-
"description": "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.",
3+
"description": "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. Syntax tips: quote labels containing special characters, e.g. B[\"Label text\"], and use <br/> for line breaks.",
44
"inputSchema": {
55
"type": "object",
66
"properties": {
@@ -23,7 +23,7 @@
2323
"outputType": {
2424
"type": "string",
2525
"enum": ["base64", "svg", "mermaid", "file", "svg_url", "png_url"],
26-
"description": "The output type of the diagram. Can be 'base64', 'svg', 'mermaid', 'file', 'svg_url', or 'png_url'. Default is 'base64'. 'base64' returns PNG image as base64 encoded string. 'file' saves the PNG image to disk. The *_url options return public mermaid.ink links for remote-friendly sharing.",
26+
"description": "The output type of the diagram. Default is 'base64'. Recommended: 'file' (saves PNG to disk for easy viewing). 'base64' returns PNG as a base64 encoded string. 'svg' returns SVG markup. 'mermaid' returns the raw Mermaid syntax. 'svg_url' and 'png_url' return public mermaid.ink links for sharing.",
2727
"default": "base64"
2828
}
2929
},

0 commit comments

Comments
 (0)