Skip to main content
Glama
plantuml_renderer.py430 B
"""This module contains the PlantUML renderer.""" def render_combined_puml(class_puml: str, sequence_puml: str) -> str: """ Merges the class and sequence diagrams into a single PlantUML string. Args: class_puml: The class diagram PlantUML code. sequence_puml: The sequence diagram PlantUML code. Returns: The combined PlantUML code. """ return f"{class_puml}\n\n{sequence_puml}"

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/Cool-Coder174/UML-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server