smart-context-mcp 1.7.3 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -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](../../docs/task-runner.md) for the full behavior and command guidance.
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](../../docs/mcp-prompts.md).
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",
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",