Change MCP server URL to internal Kubernetes address
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"kubernetes (animaniacs)": {
|
"kubernetes (animaniacs)": {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://mcp.animaniacs.farh.net",
|
"url": "http://kubernetes-mcp-server.kube-system.svc.cluster.local:8080",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization: Basic ${BEARER_TOKEN}"
|
"Authorization: Basic ${BEARER_TOKEN}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user