MCP Think Tool Server

by cgize
Verified
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "outDir": "./dist", "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "sourceMap": true, "rootDir": "./src" }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }
ID: js5y6ruvbx