MCP Command Proxy

# Source code src/ # Tests *.test.ts *.spec.ts test/ tests/ __tests__/ *.test.js *.spec.js coverage/ # Development files .github/ .vscode/ .editorconfig .eslintrc* .prettierrc* tsconfig.json jest.config.* *.tsbuildinfo # Examples examples/ # Git files .git/ .gitignore # CI/CD .github/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Environment variables .env*