plantuml-validator-mcp-server
1
The Plantuml Validation MCP Server is an MCP server that validates Plantuml code. It offers detailed error information if the code is invalid and is configured to run with Docker or SSE in VSCode.
Plantuml Validation MCP Server
This project is an MCP server designed for validating Plantuml code.
Tools
ValidatePlantuml
- Validates the provided Plantuml message.
- Returns "Ok" if valid; otherwise, returns detailed error information including the error description and line number.
Usage with SSE
- Run the server using Docker Compose.
- Configure MCP in VSCode with SSE type.
Usage with Docker
- Build and publish the container.
- Configure MCP in VSCode with stdio type.