Source: proximo
Section: admin
Priority: optional
Maintainer: John Broadway <271895126+john-broadway@users.noreply.github.com>
Build-Depends: debhelper-compat (= 13),
               dh-virtualenv (>= 1.0),
               python3-all,
               python3-venv,
               pybuild-plugin-pyproject,
               python3-hatchling
Standards-Version: 4.6.2
Homepage: https://github.com/john-broadway/proximo
Rules-Requires-Root: no

Package: proximo
Architecture: any
Depends: python3 (>= 3.12),
         ${shlibs:Depends},
         ${misc:Depends},
         openssh-client
Description: Ethical Proxmox MCP server
 Proximo is a Model Context Protocol (MCP) server for Proxmox VE: REST API
 management plus scoped in-container execution (ssh -> pct), behind clean
 native tools. Least-privilege by default; every action audited.
 .
 Self-contained: ships its own virtualenv under /opt/venvs/proximo (built
 with dh-virtualenv) carrying the mcp and httpx runtime dependencies, which
 are not packaged in Debian. /usr/bin/proximo symlinks to the bundled
 console script; the A2A extra (a2a-sdk, uvicorn, starlette, cryptography)
 is NOT bundled -- it stays an opt-in pip install for anyone who wants the
 optional A2A face. See debian/README.Debian.
