Commit 05570c49 authored by Irene Denazi's avatar Irene Denazi
Browse files

Fixes to OSL MCP Server Documentation

parent e3e9e54f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"]
    }