@trazum/mcp 1.8.0 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -71,9 +71,10 @@ anything else with `-32601 Method not found`. No resources, no prompts, no
71
71
  sampling. It is driven by a raw newline-delimited client in the tests; it has not
72
72
  been driven by every MCP client in existence.
73
73
 
74
- Token counts are estimates (±15% on prose, calibrated against Claude's tokenizer),
75
- and every tool says so in its own output. A prompt within a few percent of its
76
- budget should be treated as uncertain rather than as passing.
74
+ Token counts are estimates (±15%, measured against Claude's tokenizer over 21
75
+ samples in seven languages), and every tool says so in its own output. A prompt
76
+ within a few percent of its budget should be treated as uncertain rather than as
77
+ passing. `--exact-tokens` settles it against the counting endpoint, which is free.
77
78
 
78
79
  ## Licence
79
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trazum/mcp",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.",
5
5
  "license": "MIT",
6
6
  "author": "David Mu\u00f1oz Rey",
@@ -37,7 +37,7 @@
37
37
  "prepublishOnly": "npm run build && npm test"
38
38
  },
39
39
  "dependencies": {
40
- "@trazum/core": "1.8.0"
40
+ "@trazum/core": "1.9.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.2.0",