@keepgoingdev/mcp-server 0.5.3 → 0.5.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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,17 +36,17 @@ Add to your MCP config (e.g., `~/.claude/claude_code_config.json`):
36
36
  | `get_momentum` | Get your last checkpoint, next step, blockers, and branch context. Quick snapshot of where you left off. |
37
37
  | `get_reentry_briefing` | Get a synthesized re-entry briefing with focus, recent activity, and suggested next steps. |
38
38
  | `get_session_history` | Get recent session checkpoints in chronological order. Supports branch filtering and configurable limit. |
39
- | `get_current_task` | Get current live session tasks. Shows all active AI agent sessions, what each is doing, and next steps. |
40
39
  | `save_checkpoint` | Save a development checkpoint after completing a task or meaningful piece of work. |
41
40
  | `setup_project` | Set up KeepGoing in the current project. Adds session hooks and CLAUDE.md instructions for automatic checkpoints. |
42
41
 
43
- ### Pro
42
+ ### Paid Add-ons
44
43
 
45
- | Tool | Description |
46
- |------|-------------|
47
- | `get_decisions` | Get recent high-signal commits with their category, confidence, and rationale. |
48
- | `activate_license` | Activate a KeepGoing Pro license on this device. |
49
- | `deactivate_license` | Deactivate the KeepGoing Pro license on this device. |
44
+ | Tool | Add-on | Description |
45
+ |------|--------|-------------|
46
+ | `get_decisions` | Decision Detection | Get recent high-signal commits with their category, confidence, and rationale. |
47
+ | `get_current_task` | Session Awareness | Get current live session tasks across multiple concurrent AI agent sessions. |
48
+ | `activate_license` | | Activate a KeepGoing license on this device. |
49
+ | `deactivate_license` | | Deactivate the KeepGoing license on this device. |
50
50
 
51
51
  ## How It Works
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keepgoingdev/mcp-server",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {