Opik MCP Server

Official
{ "compilerOptions": { "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build-test", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "noImplicitAny": false }, "include": ["tests/**/*"], "exclude": ["node_modules", "src"] }