Initial commit

This commit is contained in:
Jordan
2026-04-01 23:16:45 +01:00
commit 91cfdaee72
200 changed files with 25589 additions and 0 deletions

13
mcp-server/.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
node_modules
.git
.gitignore
.env
.DS_Store
*.log
# We might want monitor.html if it's static, but the code generates it if missing or reads it.
# Let's keep monitor.html if it exists in source, but ignore other junk.
npm-debug.log
Dockerfile
docker-compose.yml
DOCKER_README.md