mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
14 lines
269 B
YAML
14 lines
269 B
YAML
# Smithery.ai configuration https://smithery.ai/docs/config#smitheryyaml
|
|
startCommand:
|
|
type: stdio
|
|
configSchema:
|
|
{}
|
|
commandFunction:
|
|
|-
|
|
(config) => ({
|
|
"command": "npx",
|
|
"args": [
|
|
"-y", "kubernetes-mcp-server@latest"
|
|
]
|
|
})
|