ctxjev-mcp 0.1.11 → 0.1.12

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 +7 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
9
9
  [![Node](https://img.shields.io/badge/node-%3E%3D20-339933?logo=node.js&logoColor=white)](package.json)
10
10
 
11
- [Setup](#setup) · [Tools](#tools) · [Example response](#example-response) · [Related packages](#related-packages)
11
+ [Setup](#setup) · [Tools](#tools) · [Example Response](#example-response) · [Related Packages](#related-packages)
12
12
 
13
13
  </div>
14
14
 
@@ -59,7 +59,7 @@ codex mcp add ctxjev --env TYPESAFE_API_KEY=... -- npx ctxjev-mcp
59
59
 
60
60
  `entries` is `{ id, role: 'user'|'assistant'|'tool', toolName?, content, timestamp }[]`.
61
61
 
62
- ## Example response
62
+ ## Example Response
63
63
 
64
64
  Calling `prune_history` with two entries, one obviously relevant to the goal and one not, returns:
65
65
 
@@ -79,7 +79,7 @@ Calling `prune_history` with two entries, one obviously relevant to the goal and
79
79
 
80
80
  This is a real response body, captured against the live API.
81
81
 
82
- ## Related packages
82
+ ## Related Packages
83
83
 
84
84
  | Package | What it is |
85
85
  | --- | --- |
@@ -91,6 +91,7 @@ Full docs, design notes, and per-host setup live in the main repo:
91
91
 
92
92
  ## License
93
93
 
94
- [MIT](LICENSE): free to use, modify, and distribute, including in a commercial product, as long
95
- as the license text and copyright notice ship with it. See the [main repo](https://github.com/x96x64/ctxjev#license)
96
- for how this matches every dependency `ctxjev` currently uses.
94
+ This package is released under the [MIT](LICENSE) license: free to use, modify, and distribute,
95
+ including in a commercial product, as long as the license text and copyright notice ship with it.
96
+ See the [main repo](https://github.com/x96x64/ctxjev#license) for how this matches every
97
+ dependency `ctxjev` currently uses.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctxjev-mcp",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "MCP server exposing ctxjev's Jev-based context scoring/pruning as tools for any MCP-capable agent host.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@modelcontextprotocol/sdk": "^1.30.0",
42
42
  "zod": "^4.6.5",
43
- "ctxjev-core": "0.1.11"
43
+ "ctxjev-core": "0.1.12"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^22",