We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f604c commit 1734403Copy full SHA for 1734403
1 file changed
ai/mcp.md
@@ -146,12 +146,20 @@ cd structurizr
146
147
If successful, there will be a `structurizr-mcp-1.0.0.war` file in `structurizr-mcp/target`.
148
149
-`java -jar structurizr-mcp/target/structurizr-mcp-1.0.0.war <parameters>`
+```
150
+java -jar structurizr-mcp/target/structurizr-mcp-1.0.0.war <parameters>
151
152
+
153
+To change the port number:
154
155
156
+java -Dserver.port=3000 -jar structurizr-mcp/target/structurizr-mcp-1.0.0.war <parameters>
157
158
159
To create a Docker image:
160
161
```
-docker build . -f structurizr-mcp/Dockerfile -t structurizr-mcp
162
+docker build . -f structurizr-mcp/Dockerfiles/eclipse-temurin-alpine -t structurizr-mcp
163
164
165
## Claude Desktop configuration
0 commit comments