We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513fea3 commit a52b333Copy full SHA for a52b333
roles/common/defaults/main.yml
@@ -9,7 +9,11 @@ common_mcp_base_path: "/opt/mcp"
9
common_golang_version: "1.24.4"
10
11
# Common MCP Server Registry - Add extra entries here that aren't defined in other roles
12
-# common_mcp_registry:
+common_registry:
13
+ - name: "mcp-hello-world"
14
+ type: "stdio"
15
+ lang: "npm"
16
+ args: []
17
18
# System paths
19
common_system_bin_path: "/usr/local/bin"
roles/common/tasks/noop.yaml
@@ -0,0 +1,2 @@
1
+---
2
+# Do nothing
0 commit comments