Initial commit: Multi-tenant memory MCP server

- server.js: servidor MCP com suporte multi-tenant
- package.json + package-lock.json: Node.js dependencies (vulnerabilidades corrigidas)
- .gitignore: Node.js standard (node_modules, .env, logs)
- README.txt: documentacao basica
This commit is contained in:
2026-03-04 19:59:13 +00:00
commit 701e1518a2
6 changed files with 1233 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
build/
.env
.env.*
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.claude-logs/
coverage/