MCP Revamp#1120
Draft
Prasanna721 wants to merge 7 commits into
Draft
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
supermemory-mcp | 113862f | Jun 19 2026, 09:09 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 113862f | Commit Preview URL Branch Preview URL |
Jun 19 2026, 09:10 PM |
888e7c7 to
06f62ec
Compare
Replaces the old apps/mcp with the enterprise-mcp code (functionality unchanged). package.json: worker supermemory-mcp, catalog deps pinned to explicit versions, portless dev:app. wrangler: name supermemory-mcp, route mcp.supermemory.ai, DO EnterpriseMCP. Builds + boots + OAuth discovery/401/worker-to-api verified locally. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Functionality unchanged; just the name. The DO class is now SupermemoryMCP, which matches the existing supermemory-mcp worker's v1 migration -> the cutover is a no-op, no DO session reset. Demo/mock 'enterprise buyers' text left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Consumers think in "spaces", not "container tags". Renames the tool to listSpaces and updates its description + text output to say "spaces". Internal plumbing is unchanged: the client method listContainerTags() and the structuredContent.containerTags key (widget contract) keep their names.
06f62ec to
f887bd6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relocates the revamped MCP (formerly "enterprise-mcp") into
apps/mcpas the public MCP, renamed toSupermemoryMCP. The oldapps/mcpis replaced; functionality is unchanged. Location, config, and naming change only.Changes:
apps/mcp/src/**: the revamped MCP code (server + widget + tools).EnterpriseMCPtoSupermemoryMCP, brandingEnterprise MCPtoSupermemory MCP(functionality identical; demo/mock text left as-is).apps/mcp/package.json: workersupermemory-mcp;catalog:refs pinned to explicit versions (this repo has no catalog); portlessdev:app.apps/mcp/wrangler.jsonc: namesupermemory-mcp, routemcp.supermemory.ai, DOSupermemoryMCP.Verified locally: builds (vite widget bundle), boots, and OAuth discovery + the 401 handshake + the worker to api
/v3/mcp/session-with-keypath all work at the valid-audience host.Deploy notes:
SupermemoryMCP, the same as the existingsupermemory-mcpworker'sv1migration, so the cutover is a no-op for the DO (no transition, no session reset).AUTH_CACHEKV id (placeholder for now).Draft until the cutover plan is finalized.