From 05570c496e34ffa5a3782ac41f28f90dea5614a6 Mon Sep 17 00:00:00 2001 From: denazi Date: Tue, 21 Jul 2026 15:36:06 +0300 Subject: [PATCH] Fixes to OSL MCP Server Documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a21c4d8..2417df5 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"] } -- GitLab