16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"mcpServers": {
|
|
"kubernetes": {
|
|
"type": "sse",
|
|
"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"
|
|
}
|
|
}
|
|
} |