This implementation is in maintenance-only mode. The Python implementation at the repo root is the supported version going forward.
- Last feature release:
v2.0.1(npmopik-mcp@2.0.1) - Security-patch policy: critical CVEs only, until 2026-11-15
- End of life: 2026-11-15
- Migration: install via
uvx opik-mcpinstead ofnpx -y opik-mcp. Tools, transports, and config env vars are renamed/restructured — see the rootREADME.mdanddocs/for the new surface. - Release tag prefix: patches to this package are published from tags matching
npm-v*(e.g.npm-v2.0.2); the Python package usespy-v*. Plainv*tags do not trigger any release workflow.
The TypeScript code remains buildable and testable in place:
cd legacy/typescript
npm install
npm run build
npm testOr from the repo root via make legacy-install, make legacy-build, etc.
The body of legacy/typescript/README.md is preserved from the v2.0.1 release; a deprecation banner has been prepended on top. This file (DEPRECATED.md) and MIGRATION.md remain the authoritative deprecation notice and migration guide respectively.