From 6cb56266f31f2428bce6580326c613a45df93b2b Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Mon, 17 Feb 2025 15:51:07 +0100 Subject: [PATCH] doc(readme): smithery.ai config https://smithery.ai/docs/ --- smithery.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 smithery.yaml 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" + ] + })