fix: update FreeCAD MCP URL and ports for consistency and add new backend configurations in Titania
This commit is contained in:
@@ -55,7 +55,7 @@ neo4j_mcp_url: http://circe.helu.ca:22034/mcp
|
||||
nike_mcp_url: http://puck.incus:22031/mcp
|
||||
korax_mcp_url: http://korax.helu.ca:22021/mcp
|
||||
rommie_mcp_url: https://rommie.ouranos.helu.ca/mcp
|
||||
freecad_mcp_url: http://caliban.incus:22032/mcp
|
||||
freecad_mcp_url: https://freecad-mcp.ouranos.helu.ca/mcp
|
||||
|
||||
# Monitoring and Logging (internal endpoints on Prospero)
|
||||
loki_url: http://prospero.incus:3100/loki/api/v1/push
|
||||
|
||||
@@ -19,7 +19,7 @@ principal_uid: 1000
|
||||
alloy_log_level: "warn"
|
||||
|
||||
# Rommie MCP Server Configuration (Agent S GUI Automation)
|
||||
rommie_port: 22031
|
||||
rommie_port: 22061
|
||||
rommie_host: "0.0.0.0"
|
||||
rommie_display: ":10"
|
||||
rommie_allowed_hosts: "caliban.incus,rommie.ouranos.helu.ca"
|
||||
@@ -42,7 +42,7 @@ freecad_mcp_port: 22032
|
||||
kernos_user: harper
|
||||
kernos_group: harper
|
||||
kernos_directory: /srv/kernos
|
||||
kernos_port: 22021
|
||||
kernos_port: 20201
|
||||
kernos_host: "0.0.0.0"
|
||||
kernos_log_level: INFO
|
||||
kernos_log_format: json
|
||||
|
||||
@@ -166,6 +166,16 @@ haproxy_backends:
|
||||
backend_port: 22781
|
||||
health_path: "/ready/"
|
||||
|
||||
- subdomain: "nike"
|
||||
backend_host: "puck.incus"
|
||||
backend_port: 20681
|
||||
health_path: "/ready/"
|
||||
|
||||
- subdomain: "periplus"
|
||||
backend_host: "puck.incus"
|
||||
backend_port: 20581
|
||||
health_path: "/ready/"
|
||||
|
||||
- subdomain: "spelunker"
|
||||
backend_host: "puck.incus"
|
||||
backend_port: 22881
|
||||
@@ -188,6 +198,12 @@ haproxy_backends:
|
||||
health_path: "/api/"
|
||||
timeout_server: 300s # WebSocket support for HA frontend
|
||||
|
||||
- subdomain: "freecad-mcp"
|
||||
backend_host: "caliban.incus"
|
||||
backend_port: 22032
|
||||
health_path: "/mcp"
|
||||
timeout_server: 300s # SSE streaming support for MCP
|
||||
|
||||
- subdomain: "rommie"
|
||||
backend_host: "caliban.incus"
|
||||
backend_port: 22031
|
||||
|
||||
Reference in New Issue
Block a user