diff options
| author | alexf37 <[email protected]> | 2025-10-01 21:59:53 +0000 |
|---|---|---|
| committer | alexf37 <[email protected]> | 2025-10-01 21:59:53 +0000 |
| commit | ede0f393030e1006fa5463394e7d1219ca74e1f3 (patch) | |
| tree | dde233d1d7359b74c258037acd7251a67e01222e /packages/lib | |
| parent | feat: Claude memory integration (diff) | |
| download | supermemory-09-03-feat_new_onboarding_flow.tar.xz supermemory-09-03-feat_new_onboarding_flow.zip | |
feat: new onboarding flow (#408)09-03-feat_new_onboarding_flow
This is the onboarding flow that you have all seen in my demo.
Diffstat (limited to 'packages/lib')
| -rw-r--r-- | packages/lib/api.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/lib/api.ts b/packages/lib/api.ts index ad343050..bfdc3ac0 100644 --- a/packages/lib/api.ts +++ b/packages/lib/api.ts @@ -187,6 +187,11 @@ export const apiSchema = createSchema({ }), }, + // MCP operations + "@get/mcp/has-login": { + output: z.object({ previousLogin: z.boolean() }), + }, + // Waitlist operations "@get/waitlist/status": { output: WaitlistStatusResponseSchema, |