You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/mcp.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,16 @@ It runs standalone and supports stateless HTTP transport.
58
58
- View key (required)
59
59
- Returns a Structurizr view exported as C4-PlantUML
60
60
61
-
### -server
61
+
### -server-create
62
+
63
+
#### Create workspace on a Structurizr server
64
+
65
+
- Parameters
66
+
- Structurizr server URL (required)
67
+
- API key (not required if running the server with authentication disabled)
68
+
- Returns a Structurizr workspace metadata object (workspace name, description, ID, API key, etc)
69
+
70
+
### -server-read
62
71
63
72
#### Get workspace from a Structurizr server
64
73
@@ -75,6 +84,29 @@ It runs standalone and supports stateless HTTP transport.
75
84
- Admin API key (not required if running the server with authentication disabled)
76
85
- Returns a collection of Structurizr workspaces
77
86
87
+
### -server-update
88
+
89
+
#### Update a workspace on a Structurizr server
90
+
91
+
This will update the workspace with the supplied DSL, merging layout information from the server version of the workspace.
92
+
93
+
- Parameters
94
+
- Structurizr server URL (required)
95
+
- Workspace ID (required)
96
+
- API key (not required if running the server with authentication disabled)
97
+
- DSL (required)
98
+
- Returns true if the workspace was updated
99
+
100
+
### -server-delete
101
+
102
+
#### Delete workspace from a Structurizr server
103
+
104
+
- Parameters
105
+
- Structurizr server URL (required)
106
+
- Workspace ID (required)
107
+
- API key (not required if running the server with authentication disabled)
108
+
- Returns true if the workspace was deleted
109
+
78
110
## mcp.structurizr.com
79
111
80
112
An instance of the MCP server is running at `mcp.structurizr.com`, with the DSL, PlantUML, and Mermaid tools enabled. If you'd like to use this, just create a connector to `https://mcp.structurizr.com/mcp` in your AI agent.
0 commit comments