Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ NAMESPACE=<your-namespace>

# Claude Code — via K8s API service proxy
claude mcp add --transport http \
--header "Authorization: Bearer $(oc whoami -t)" \
che-mcp "$API_SERVER/api/v1/namespaces/$NAMESPACE/services/che-mcp-server:8080/proxy/mcp"
che-mcp "$API_SERVER/api/v1/namespaces/$NAMESPACE/services/che-mcp-server:8080/proxy/mcp" \
--header "Authorization: Bearer $(oc whoami -t)"
```

No ClusterRole or Route required — the API server handles authentication and proxies to the ClusterIP service. The caller needs `services/proxy` RBAC permission in the target namespace.
Expand Down
Loading