UML
Generates PlantUML code for UML Class and Sequence diagrams leveraging Google Gemini's AI capabilities.
概要
This Python service acts as an MCP tool, providing an intelligent way to create UML diagrams. It utilizes the Google Gemini large language model to interpret user input and translate it into PlantUML code for both Class and Sequence diagrams. The tool offers a gRPC interface for seamless integration with other applications and a command-line interface for direct usage, streamlining the process of diagram generation.
主な機能
- AI-powered PlantUML generation via Google Gemini
- Supports UML Class and Sequence diagrams
- Exposes a gRPC interface for programmatic access
- Provides an MCP (Model-Context-Protocol) tool for integration
- Command-line interface (CLI) for direct diagram generation
- 0 GitHub stars
ユースケース
- Rapid prototyping and visualization of software architecture concepts
- Automated creation of UML diagrams from textual descriptions for software design
- Integrating AI-driven diagram generation into development workflows or other services