smart-context-mcp 1.7.2 → 1.7.4
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.
- package/README.md +2 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ The runner now covers:
|
|
|
83
83
|
|
|
84
84
|
For Cursor projects, `smart-context-init` also generates `./.devctx/bin/cursor-devctx`, which routes through the same runner/policy stack.
|
|
85
85
|
|
|
86
|
-
See [Task Runner Workflows](
|
|
86
|
+
See [Task Runner Workflows](https://github.com/Arrayo/smart-context-mcp/blob/main/docs/task-runner.md) for the full behavior and command guidance.
|
|
87
87
|
|
|
88
88
|
---
|
|
89
89
|
|
|
@@ -380,7 +380,7 @@ The MCP server provides **prompts** for automatic forcing:
|
|
|
380
380
|
- Centrally managed
|
|
381
381
|
- No typos
|
|
382
382
|
|
|
383
|
-
See [MCP Prompts Documentation](
|
|
383
|
+
See [MCP Prompts Documentation](https://github.com/Arrayo/smart-context-mcp/blob/main/docs/mcp-prompts.md).
|
|
384
384
|
|
|
385
385
|
## Core Tools
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smart-context-mcp",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "MCP server that reduces agent token usage by 90% with intelligent context compression, task checkpoint persistence, and workflow-aware agent guidance.",
|
|
5
5
|
"author": "Francisco Caballero Portero <fcp1978@hotmail.com>",
|
|
6
6
|
"type": "module",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"./server": "./src/server.js"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
|
+
"README.md",
|
|
29
30
|
"src/",
|
|
30
31
|
"scripts/claude-hook.js",
|
|
31
32
|
"scripts/check-repo-safety.js",
|