Loading README.md +20 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +20 −0 Original line number Diff line number Diff line Loading @@ -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 Loading