Initial import from Proxmox host

This commit is contained in:
Hermes CT107
2026-06-12 17:59:34 +00:00
commit 74edd09eb8
20 changed files with 1595 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from opnsense_mcp.server import main
if __name__ == "__main__":
main()