commit mcp config
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"enabledMcpjsonServers": [
|
||||||
|
"kubernetes",
|
||||||
|
"flux",
|
||||||
|
"playwright"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"kubernetes (animaniacs)": {
|
"kubernetes": {
|
||||||
"type": "http",
|
"type": "sse",
|
||||||
"url": "http://kubernetes-mcp-server.kube-system.svc.cluster.local:8080"
|
"url": "http:/localhost:8080/sse"
|
||||||
}
|
},
|
||||||
}
|
"flux": {
|
||||||
|
"type": "sse",
|
||||||
|
"url": "http://localhost:8081/sse"
|
||||||
|
},
|
||||||
|
"playwright": {
|
||||||
|
"type": "sse",
|
||||||
|
"url": "http://playwright-mcp.playwright.svc.cluster.local:3000/sse"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user