supermemory/portless.json
Dhravya Shah 93f92cdd58 feat(sdk-playground): add interactive chat playground for SDK testing
Next.js UI with TypeScript and Python chat backends, context panel,
API key management, tools reference, and middleware configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 19:40:34 -07:00

20 lines
466 B
JSON

{
"apps": {
"apps/web": { "name": "app.dev.supermemory", "script": "dev:app" },
"apps/mcp": { "name": "mcp.dev.supermemory", "script": "dev:app" },
"apps/docs": {
"name": "docs.dev.supermemory",
"script": "dev:app",
"appPort": 3003
},
"apps/memory-graph-playground": {
"name": "graph.dev.supermemory",
"script": "dev:app"
},
"apps/sdk-playground": {
"name": "sdk.dev.supermemory",
"script": "dev:app",
"appPort": 3005
}
}
}