| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(mcp): Use search.documents for forgetMemory to get correct IDsHEADmain | Fuwn | 2026-02-01 | 1 | -5/+9 |
| | | |||||
| * | fix(mcp): include r.memory in getProfile fallback chain (#697) | Muhammed Hunaid Topiwala | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fix | MaheshtheDev | 2026-01-21 | 3 | -25/+27 |
| | | | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements | ||||
| * | docs changes (#678) | Dhravya Shah | 2026-01-18 | 1 | -1/+1 |
| | | | | Co-authored-by: Claude Opus 4.5 <[email protected]> | ||||
| * | add (mcp): projects aware tool on every init (#676)01-16-add_mcp_projects_aware_tool_on_every_init | MaheshtheDev | 2026-01-17 | 3 | -8/+89 |
| | | |||||
| * | fix: oauth discovery not working with some clients (#666)01-12-fix_oauth_discovery_not_working_with_some_clients | Dhravya | 2026-01-12 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | ### TL;DR TESTING REMAINING. This is my hypothesis. @MaheshtheDev please carry on from here or we can test in prod. Added a proxy endpoint for OAuth authorization server metadata to support non-compliant MCP clients. ### What changed? Added a new endpoint `/.well-known/oauth-authorization-server` to the MCP server that proxies requests to the main API. This endpoint fetches the authorization server metadata from the API and returns it to clients. ### How to test? 1. Make a GET request to `/.well-known/oauth-authorization-server` on the MCP server 2. Verify that it returns the same metadata as the main API's `/.well-known/oauth-authorization-server` endpoint 3. Test with a client that expects to find the authorization server metadata on the MCP domain ### Why make this change? Some MCP clients don't correctly follow the OAuth specification. Instead of using the `authorization_servers` array provided in the protected resource metadata, they look for the authorization server metadata directly on the MCP server domain. This proxy endpoint ensures compatibility with these non-compliant clients without requiring them to be updated. | ||||
| * | chore: wrangler jsonc update | Dhravya Shah | 2026-01-02 | 1 | -1/+7 |
| | | |||||
| * | fix: added one more file | Dhravya Shah | 2026-01-02 | 1 | -0/+1 |
| | | |||||
| * | fix: mcp initializes in durable object | Dhravya Shah | 2026-01-02 | 1 | -2/+4 |
| | | |||||
| * | chore: update readme and gitignore (#640)12-30-chore_update_readme_and_gitignore | MaheshtheDev | 2025-12-31 | 4 | -3/+11 |
| | | |||||
| * | fix: prompt injection with mcp (#638) | Mahesh Sanikommu | 2025-12-30 | 1 | -0/+92 |
| | | |||||
| * | feat: supermemory MCP 4.0 (#631) | Mahesh Sanikommu | 2025-12-30 | 10 | -0/+1479 |
| | | |||||
| * | chore: bump package version | Dhravya Shah | 2025-12-28 | 2 | -0/+0 |