-
Notifications
You must be signed in to change notification settings - Fork 2
release and operations
OntoIndex Release edited this page Jun 13, 2026
·
2 revisions
The release package is ontoindex from ontoindex/package.json.
Current package metadata:
name: ontoindex
version: 1.9.5
license: AGPL-3.0-or-later
node: >=20.0.0
repository: https://github.com/ontograph/ontoindex
Common release commands:
cd ontoindex
npm run build
npm pack --pack-destination ..Latest local distributable:
/opt/demodb/_workfolder/OntoIndex/ontoindex-1.9.5.tgz
CLI/core:
cd ontoindex
npx tsc --noEmit
npm run build
npm run test:unitWeb:
cd ontoindex-web
npx tsc -b --noEmit
npm run build
npm testRoot quality:
npm run lintThe repo has been updated to current major dependency families:
- TypeScript 6
- ESLint 10
- React 19
- Vite 8
- Vitest 4
- MCP SDK 1.29
- tree-sitter 0.25 core
Tree-sitter parser packages still have uneven peer ranges, so installs may require the legacy peer resolver until the grammar ecosystem catches up.
Current self-repo MCP config should point at:
ONTOINDEX_MCP_PROJECT_CWD=/opt/demodb/_workfolder/OntoIndex
ONTOINDEX_MCP_REPO=/opt/demodb/_workfolder/OntoIndex
ONTOINDEX_MAX_WORKERS=7
Restart the MCP client after config changes so the running process does not retain an older repository target.