Skip to main content
Glama
plantuml_service.py342 B
from plantuml import PlantUML class PlantumlService: """Service to handle PlantUML diagram rendering.""" def render_diagram(self, input: str, output: str) -> None: """Render a diagram from input file to output file.""" server = PlantUML(url="http://localhost:8080/png/") server.processes_file(input, output)

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/daltonnyx/userful-mcps'

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