🐺 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:
4
tests/setup.ts
Normal file
4
tests/setup.ts
Normal 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';
|
||||
Reference in New Issue
Block a user