Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a95b9e9
mcp: relocate enterprise-mcp as the public mcp revamp (apps/mcp)
Prasanna721 Jun 15, 2026
387606b
fix: format CSS file to pass Biome CI check
github-actions[bot] Jun 15, 2026
3e988d7
mcp: rename EnterpriseMCP -> SupermemoryMCP (DO class + branding)
Prasanna721 Jun 15, 2026
e1289e5
fix: format ternary expression to pass Biome CI check
github-actions[bot] Jun 15, 2026
f887bd6
mcp: rename listContainerTags tool to listSpaces (consumer-facing)
Prasanna721 Jun 16, 2026
db990e9
fix mcp oauth resource metadata
Prasanna721 Jun 19, 2026
113862f
fix mcp root transport alias
Prasanna721 Jun 19, 2026
d36aa64
Merge main into MCP revamp PR
ved015 Jun 30, 2026
afcc59a
Fix MCP widget dark mode readability
ved015 Jun 30, 2026
677b9d4
Fix Biome CSS formatting in tokens.css
github-actions[bot] Jun 30, 2026
f7d2bb7
style(mcp): align widget UI with Nova theme
ishaanxgupta Jul 1, 2026
0d7e231
style(mcp): solidify widget form surfaces
ishaanxgupta Jul 1, 2026
a8f3644
style(mcp): align graph widget surface
ishaanxgupta Jul 1, 2026
c811b40
fix(mcp): resolve Biome lint and format errors
github-actions[bot] Jul 1, 2026
d5d0cb7
Align MCP widget cards with web theme
ishaanxgupta Jul 2, 2026
645a440
Preview Cursor MCP widget shell in studio
ishaanxgupta Jul 2, 2026
a09b5b6
Use neutral hover states for MCP cards
ishaanxgupta Jul 2, 2026
6a85341
Use Supermemory loader in MCP widget
ishaanxgupta Jul 2, 2026
ef3762d
Remove icons from MCP workspace cards
ishaanxgupta Jul 2, 2026
d7e2991
Match MCP workspace cards to web style
ishaanxgupta Jul 2, 2026
a81a7ed
Match MCP permission pill to web card
ishaanxgupta Jul 2, 2026
ca71ed6
Remove MCP status card borders
ishaanxgupta Jul 2, 2026
f0023bb
Match MCP confirmation card style
ishaanxgupta Jul 2, 2026
649d985
Polish MCP widget UI
ishaanxgupta Jul 3, 2026
1e81a3e
Fix Biome formatting in Button.tsx
github-actions[bot] Jul 3, 2026
2f391cf
Match MCP widget typography to web
ishaanxgupta Jul 3, 2026
af0bc63
Avoid picker scroll for short workspace lists
ishaanxgupta Jul 3, 2026
e72f775
Hide picker scrollbar chrome
ishaanxgupta Jul 3, 2026
166317b
Tighten MCP picker card spacing
ishaanxgupta Jul 3, 2026
440e9e9
Constrain MCP picker card width
ishaanxgupta Jul 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions apps/mcp/mcp-app.html

This file was deleted.

77 changes: 45 additions & 32 deletions apps/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
{
"name": "supermemory-mcp",
"version": "4.0.0",
"type": "module",
"portless": { "name": "mcp.dev.supermemory", "script": "dev:app" },
"scripts": {
"build:ui": "vite build",
"dev": "portless",
"dev:app": "vite build && wrangler dev --port ${PORT:-8788}",
"deploy": "vite build && wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"test:e2e": "vitest run"
},
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.2.2",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"agents": "^0.3.5",
"hono": "^4.11.1",
"posthog-node": "^5.18.0",
"supermemory": "^4.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250620.0",
"d3-force-3d": "^3.0.5",
"force-graph": "^1.49.0",
"typescript": "^5.8.3",
"vite": "^6.0.0",
"vite-plugin-singlefile": "^2.3.0",
"vitest": "^3.2.4",
"wrangler": "^4.4.0"
}
"name": "supermemory-mcp",
"version": "1.0.0",
"type": "module",
"scripts": {
"build:widget": "vite build",
"build": "vite build",
"dev": "portless",
"dev:app": "vite build && wrangler dev --port ${PORT:-8788}",
"dev:widget": "vite --config vite.config.dev.ts",
"studio": "vite --config vite.config.dev.ts --open /studio.html",
"deploy": "vite build && wrangler deploy --minify",
"check-types": "tsc --noEmit -p tsconfig.widget.json",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.2.2",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@supermemory/memory-graph": "^0.2.0",
"agents": "^0.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.11.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"supermemory": "^4.0.0",
"tailwind-merge": "^3.4.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250620.0",
"@tailwindcss/vite": "^4.1.13",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.1.13",
"typescript": "^5.8.3",
"vite": "^6.0.0",
"vite-plugin-singlefile": "^2.3.0",
"wrangler": "^4.4.0"
}
}
162 changes: 0 additions & 162 deletions apps/mcp/src/auth.ts

This file was deleted.

Loading
Loading