Skip to content

Commit 6cb5626

Browse files
committed
doc(readme): smithery.ai config
https://smithery.ai/docs/
1 parent 7317fc0 commit 6cb5626

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

smithery.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Smithery.ai configuration https://smithery.ai/docs/config#smitheryyaml
2+
startCommand:
3+
type: stdio
4+
configSchema:
5+
{}
6+
commandFunction:
7+
|-
8+
(config) => ({
9+
"command": "npx",
10+
"args": [
11+
"-y", "kubernetes-mcp-server@latest"
12+
]
13+
})

0 commit comments

Comments
 (0)