-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi,
I tried running your MCP server in VSCode using the sample Mermaid snippet from Mermaid Live Editor, but when I click the generated link, I get an “Unknown diagram error”.
Could you advise what I might be doing wrong?
Thanks!
Here’s what I used:
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
Input
{
"mermaid": "flowchart TD\n A[Christmas] -->|Get money| B(Go shopping)\n B --> C{Let me think}\n C -->|One| D[Laptop]\n C -->|Two| E[iPhone]\n C -->|Three| F[fa:fa-car Car]",
"outputType": "png_url"
}
Reactions are currently unavailable
