diff --git a/README.md b/README.md index a21c4d8432d708bdcb81d78e6982f70dba6fa55f..2417df5956bea6fa13b7cbb3016ef4f1a66f3c76 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,13 @@ spring: stdio: false activemq: - brokerUrl: tcp://portal.openslice.eu:61616 + brokerUrl: tcp://localhost:61616 security: oauth2: resourceserver: jwt: - issuer-uri: https://portal.openslice.eu/auth/realms/openslice + issuer-uri: https://localhost/auth/realms/openslice ``` ## Installation & Usage @@ -128,7 +128,7 @@ for Claude: "command": "npx", "args": [ "mcp-remote@latest", - "http://portal.openslice.eu:13015/sse", + "http://localhost:13015/sse", "--allow-http"] }