mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +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