mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
13
smithery.yaml
Normal file
13
smithery.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Smithery.ai configuration https://smithery.ai/docs/config#smitheryyaml
|
||||||
|
startCommand:
|
||||||
|
type: stdio
|
||||||
|
configSchema:
|
||||||
|
{}
|
||||||
|
commandFunction:
|
||||||
|
|-
|
||||||
|
(config) => ({
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"-y", "kubernetes-mcp-server@latest"
|
||||||
|
]
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user