From 3893b91a55f16cef3433485c81bf73b5daef9384 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Sat, 30 May 2026 10:19:24 -0400 Subject: [PATCH] feat(ansible): add CASE Field Systems MCP endpoint configuration Configure FastAgent MCP server to connect to the CASE Field Systems service over HTTP. Enables integration with LAN, SD Card, and Provisioning workflows without authentication. Uses dynamic Ansible variables for host and port to support environment-specific deployments. --- ansible/kottos/fastagent.config.yaml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/kottos/fastagent.config.yaml.j2 b/ansible/kottos/fastagent.config.yaml.j2 index e884a92..8cd8e12 100644 --- a/ansible/kottos/fastagent.config.yaml.j2 +++ b/ansible/kottos/fastagent.config.yaml.j2 @@ -46,6 +46,12 @@ mcp: transport: http url: "{{ kottos_argus_mcp_url }}" + ## CASE Field Systems — LAN, SD Card, Provisioning + ### No Auth + case: + transport: http + url: "http://{{ kottos_case_host }}:{{ kottos_case_port }}" + ## Context7 Library/framework documentation (local stdio) context7: command: "npx"