SingleStore MCP Server

{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "outDir": "./build", "rootDir": "./src", "strict": false, "esModuleInterop": true, "skipLibCheck": true, "allowJs": true, "noImplicitAny": false }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }