Commit 55158643 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fixes #2

parent 7c56575b
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -105,6 +105,26 @@ Once running, the server can be connected to Claude Code or other MCP-compatible
2. AI assistants can discover and use the available tools for OpenSlice operations
3. Authentication is required via JWT tokens from the configured OAuth2 provider


for Claude:

```

{
  "mcpServers": {
	
    "oslserver": {
      "command": "npx",
      "args": [
	"mcp-remote@latest", 
	"http://portal.openslice.eu:13015/sse", 
	"--allow-http"]
    }
	
  }
}
```

## Dependencies

- Spring Boot 3.4.5