We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-of-mine/fast-mermaid-validator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Invalid Sequence Diagram Test
```mermaid
sequenceDiagram
participant A as Alice
participant B as Bob
A->>B: Hello Bob
B-->>A: Hello Alice
# This is invalid syntax - should cause parse error
A->->->B: Invalid arrow syntax
participant: Invalid participant syntax
random invalid text here
B<<--A: Wrong arrow direction
```