0.1.0npm · staruml-mcp-server · latest release
Observed 2026-08-15T23:05:53.308Z using mcpSecurity-inventory. Protocol 2025-06-18.
| Tool | Category | Risk |
|---|---|---|
generate_diagramGenerate a diagram in StarUML.Input schema{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Mermaid code to generate the diagram. Supported diagrams are classDiagram, sequenceDiagram, flowchart, erDiagram, mindmap, requirementDiagram and stateDiagram. Other diagrams are not supported."
}
},
"required": [
"code"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get_all_diagrams_infoGet information for all diagrams in StarUML.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
} | — | — |
get_current_diagram_infoGet information for the current diagram in StarUML.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
} | — | — |
get_diagram_image_by_idGet the image of a diagram by its ID in StarUML.Input schema{
"type": "object",
"properties": {
"diagramId": {
"type": "string",
"description": "ID of the diagram to get the image for. You can get the ID from the 'get_all_diagrams_info' tool."
}
},
"required": [
"diagramId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: d1a7fed59ea3c7cae13e56d34d2f03f2e018489ca74b8fac65651e6f0f03302e
Scanner: mcp-proof-engine 0.1.0.