Skip to main content
Glama
gitGraph.langium•1.01 kB
grammar GitGraph import "../common/common"; import "reference"; entry GitGraph: NEWLINE* ('gitGraph' | 'gitGraph' ':' | 'gitGraph:' | ('gitGraph' Direction ':')) ( NEWLINE | TitleAndAccessibilities | statements+=Statement )* ; Statement : Commit | Branch | Merge | Checkout | CherryPicking ; Direction: dir=('LR' | 'TB' | 'BT'); Commit: 'commit' ( 'id:' id=STRING |'msg:'? message=STRING |'tag:' tags+=STRING |'type:' type=('NORMAL' | 'REVERSE' | 'HIGHLIGHT') )* EOL; Branch: 'branch' name=(REFERENCE|STRING) ('order:' order=INT)? EOL; Merge: 'merge' branch=(REFERENCE|STRING) ( 'id:' id=STRING |'tag:' tags+=STRING |'type:' type=('NORMAL' | 'REVERSE' | 'HIGHLIGHT') )* EOL; Checkout: ('checkout'|'switch') branch=(REFERENCE|STRING) EOL; CherryPicking: 'cherry-pick' ( 'id:' id=STRING |'tag:' tags+=STRING |'parent:' parent=STRING )* EOL;

Latest Blog Posts

MCP directory API

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