tokenizor-mcp 0.1.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tokenizor-mcp might be problematic. Click here for more details.

@@ -20,7 +20,6 @@ if (!fs.existsSync(binPath)) {
20
20
  }
21
21
 
22
22
  const args = process.argv.slice(2);
23
- if (args.length === 0) args.push("run");
24
23
 
25
24
  try {
26
25
  const result = require("child_process").spawnSync(binPath, args, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tokenizor-mcp",
3
- "version": "0.1.5",
4
- "description": "Tokenizor MCP — trusted local code indexing, retrieval, recovery, and repair for AI coding workflows",
3
+ "version": "0.3.0",
4
+ "description": "Tokenizor MCP — in-memory code intelligence with parasitic hook integration for Claude Code",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,8 @@
23
23
  "code-retrieval",
24
24
  "ai-coding",
25
25
  "tree-sitter",
26
- "spacetimedb"
26
+ "claude-code",
27
+ "hooks"
27
28
  ],
28
29
  "engines": {
29
30
  "node": ">=18"