diff options
| author | MaheshtheDev <[email protected]> | 2025-12-30 20:02:51 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-30 20:02:51 +0000 |
| commit | c86831df88b1e06ba07f73fda77549f9963b05fc (patch) | |
| tree | a806f16fd5bebf279444a3c8400075675e825668 /apps/web | |
| parent | chore: update the package version of tools (#637) (diff) | |
| download | archived-supermemory-12-21-feat_supermemory_mcp_3.0.tar.xz archived-supermemory-12-21-feat_supermemory_mcp_3.0.zip | |
feat: supermemory MCP 4.0 (#631)12-21-feat_supermemory_mcp_3.0
This PR introduce MCP 3.0 as standalone application
- new well known endpoints to support new auth
- `memory`, `recall` tool call for the MCP
- user prompt injection to chat level with mcp with profiles based
- search recall will take advantage of new Hybrid mode
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 11ad11e7..3590aba4 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -70,7 +70,7 @@ "posthog-js": "^1.257.0", "random-word-slugs": "^0.1.7", "react": "19.2.2", - "react-dom": "19.2.0", + "react-dom": "19.2.2", "react-dropzone": "^14.3.8", "react-markdown": "^10.1.0", "react-tweet": "^3.2.2", |