Skip to content

Commit a52b333

Browse files
committed
Add common registry to test generation
1 parent 513fea3 commit a52b333

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

roles/common/defaults/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ common_mcp_base_path: "/opt/mcp"
99
common_golang_version: "1.24.4"
1010

1111
# Common MCP Server Registry - Add extra entries here that aren't defined in other roles
12-
# common_mcp_registry:
12+
common_registry:
13+
- name: "mcp-hello-world"
14+
type: "stdio"
15+
lang: "npm"
16+
args: []
1317

1418
# System paths
1519
common_system_bin_path: "/usr/local/bin"

roles/common/tasks/noop.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
# Do nothing

0 commit comments

Comments
 (0)