Initial commit: network MCP service

This commit is contained in:
2025-12-29 10:50:28 -05:00
commit 6da9fa7a9b
27 changed files with 3084 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.env
.venv/
__pycache__/
*.pyc
.DS_Store
# Local/infra
node_modules/
# Logs
*.log