🐺 Initial commit - Lupul Augmentat MCP Server

- MCP server cu stdio transport pentru performanță maximă
- Tool-uri pentru file operations, HTTP requests, system commands
- Suport NATS pentru comunicare inter-module
- Configurare nginx cu API key auth și SSL
- Arhitectură modulară și extensibilă

🤖 Generated with Claude Code
This commit is contained in:
Claude (Lupul Augmentat)
2025-10-09 06:24:58 +02:00
commit 475f89af74
59 changed files with 12827 additions and 0 deletions

4
tests/setup.ts Normal file
View File

@@ -0,0 +1,4 @@
// Test setup file
process.env.NODE_ENV = 'test';
process.env.MCP_LOG_LEVEL = 'error';
process.env.JWT_SECRET = 'test-secret-key-for-testing-only';