MySQL MCP Server

by xiangma9712
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "outDir": "./dist", "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }