Dhravya Shah
19e8f06cf1
MCP Revamp ( #1120 ) ( #1380 )
...
Co-authored-by: Prasanna <106952318+Prasanna721@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: ved015 <vedant.04.mahajan@gmail.com>
Co-authored-by: ved015 <ved015@users.noreply.github.com>
Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-07-30 17:08:51 -07:00
Prasanna721
95a34602b7
register SpaceState durable object ( #1376 )
...
Registers `SpaceState` before the stateless MCP starts routing requests through it. The class is intentionally unused here, so this changes no request behavior.
Rollout:
1. Apply this exact commit once with `wrangler deploy`, not `wrangler versions upload`.
2. Rerun the Workers check and merge this parent PR.
3. Land #1120 , which adds the active-space methods and request routing.
Verified with the MCP widget build, isolated class typecheck, and Wrangler deploy/version dry runs.
2026-07-30 21:28:22 +00:00
Prasanna721
2bbc7fc7a5
feat(mcp): add interactive memory graph MCP App visualization ( #763 )
...
### feat(mcp): add memory graph visualization MCP App
#### Summary
- Add interactive force-directed graph visualization as an MCP App using `force-graph` + `d3-force-3d`
- Register `memory-graph` and `fetch-graph-data` tools with MCP Apps SDK UI resources
- Add graph API client methods (`getGraphBounds`, `getGraphViewport`) to `SupermemoryClient`
- Set up Vite + `vite-plugin-singlefile` build pipeline to produce a self-contained HTML bundle
- Support light/dark theme, zoom controls, node popups, and legend
#### Files changed
- `apps/mcp/src/server.ts` — register app tools + HTML resource
- `apps/mcp/src/client.ts` — add graph API types and methods
- `apps/mcp/src/ui/mcp-app.ts` — force-graph visualization app
- `apps/mcp/src/ui/global.css`, `mcp-app.css` — styling
- `apps/mcp/mcp-app.html` — entry HTML for Vite
- `apps/mcp/vite.config.ts` — Vite single-file build config
- `apps/mcp/package.json` — add UI deps and build scripts
- `apps/mcp/wrangler.jsonc` — add HTML text import rule
2026-03-05 16:28:34 +00:00
MaheshtheDev
1423bd7004
feat: mobile responsive, lint formats, toast, render issue fix ( #688 )
...
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
2026-01-21 03:11:53 +00:00
Dhravya Shah
f7c442e0dc
chore: wrangler jsonc update
2026-01-02 13:28:25 -08:00
Mahesh Sanikommu
c6792e5100
feat: supermemory MCP 4.0 ( #631 )
2025-12-30 12:03:21 -08:00