refactor: update FreeCAD MCP configuration and deployment settings for consistency

This commit is contained in:
2026-03-21 21:47:49 +00:00
parent e21c91e73e
commit 6f48b38868
5 changed files with 29 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
import_playbook: ../agent_s/deploy.yml
- name: Deploy Rommie MCP Server
hosts: caliban
hosts: rommie
become: yes
vars:
rommie_venv: "/home/{{principal_user}}/env/rommie"
@@ -29,6 +29,15 @@
args:
creates: "{{rommie_venv}}/bin/activate"
- name: Install gui-agents (ignore upstream Python version cap)
become_user: "{{principal_user}}"
command: >
{{rommie_venv}}/bin/pip install
--ignore-requires-python
"gui-agents>=0.3.1"
args:
creates: "{{rommie_venv}}/lib/python3.13/site-packages/gui_agents"
- name: Install Rommie into virtual environment
become_user: "{{principal_user}}"
pip: