MCP Think Tool Server

by cgize
Verified
# Source files (only dist is needed) src/ tsconfig.json # Development files .github/ .git/ .gitignore .eslintrc.js .prettierrc .editorconfig # Testing test/ coverage/ *.test.ts *.spec.ts # IDE files .vscode/ .idea/ *.swp *.swo # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Dependency directories node_modules/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local
ID: js5y6ruvbx