Port updates for MCP servers

This commit is contained in:
2026-04-11 18:48:21 +00:00
parent 6f1e792522
commit c31c86f3b2
2 changed files with 5 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
dest: "{{agent_s_repo_dir}}" dest: "{{agent_s_repo_dir}}"
version: "{{agent_s_rel}}" version: "{{agent_s_rel}}"
accept_hostkey: true accept_hostkey: true
force: yes
register: agent_s_clone register: agent_s_clone
- name: Fetch all remote branches and tags (Agent-S) - name: Fetch all remote branches and tags (Agent-S)

View File

@@ -163,12 +163,12 @@ haproxy_backends:
- subdomain: "nike" - subdomain: "nike"
backend_host: "puck.incus" backend_host: "puck.incus"
backend_port: 20681 backend_port: 20581
health_path: "/ready/" health_path: "/ready/"
- subdomain: "periplus" - subdomain: "periplus"
backend_host: "puck.incus" backend_host: "puck.incus"
backend_port: 20581 backend_port: 20681
health_path: "/ready/" health_path: "/ready/"
- subdomain: "spelunker" - subdomain: "spelunker"
@@ -195,13 +195,13 @@ haproxy_backends:
- subdomain: "freecad-mcp" - subdomain: "freecad-mcp"
backend_host: "caliban.incus" backend_host: "caliban.incus"
backend_port: 22032 backend_port: 22062
health_path: "/mcp" health_path: "/mcp"
timeout_server: 300s # SSE streaming support for MCP timeout_server: 300s # SSE streaming support for MCP
- subdomain: "rommie" - subdomain: "rommie"
backend_host: "caliban.incus" backend_host: "caliban.incus"
backend_port: 22031 backend_port: 22061
health_path: "/mcp" health_path: "/mcp"
timeout_server: 300s # SSE streaming support for MCP timeout_server: 300s # SSE streaming support for MCP