doc(readme): smithery.ai config

https://smithery.ai/docs/
This commit is contained in:
Marc Nuri
2025-02-17 15:51:07 +01:00
parent 7317fc08d5
commit 6cb56266f3

13
smithery.yaml Normal file
View 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"
]
})