Commit 62123c24 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch '6-mcp-documentation-fixes' into 'develop'

Fixes to OSL MCP Server Documentation

See merge request !8
parents e3e9e54f 05570c49
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"]
    }