@ace3-memory/ace 3.0.44 → 3.0.46

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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
31
31
  | **Observer** (AI monitoring AI) | Yes | No | No | No |
32
32
  | **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
33
33
  | **Customer-hosted database** | Yes | Partial | Enterprise | No |
34
- | **MCP-native** (39 tools) | Yes | Basic | No | No |
34
+ | **MCP-native** (44 tools) | Yes | Basic | No | No |
35
35
 
36
36
  ---
37
37
 
@@ -46,10 +46,12 @@ npm install -g @ace3-memory/ace
46
46
  ### 2. Run
47
47
 
48
48
  ```bash
49
- ace login # Opens browser for authentication
49
+ ace login # Opens browser — auto-configures MCP for Claude Code
50
50
  ace start # Server runs on localhost:7777
51
51
  ```
52
52
 
53
+ > **Already installed?** Run `ace login` again to auto-create the MCP config. This adds ACE tools to Claude Code across all your projects.
54
+
53
55
  ### 3. Use
54
56
 
55
57
  ```bash
@@ -97,7 +99,7 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
97
99
  | **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
98
100
  | **Observer** | AI that monitors your AI for errors, drift, contradictions |
99
101
  | **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
100
- | **MCP Server** | 39 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
102
+ | **MCP Server** | 44 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
101
103
  | **REST API** | Full CRUD API for any AI tool or custom integration |
102
104
  | **Dashboard** | Web UI at ace3-ai.com for visual memory management |
103
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.44",
3
+ "version": "3.0.46",
4
4
  "description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
5
5
  "main": "index.js",
6
6
  "bin": {