diff --git a/smithery.yaml b/smithery.yaml new file mode 100644 index 0000000..2b8320d --- /dev/null +++ b/smithery.yaml @@ -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" + ] + })