mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
docs: add snowcone codex mcp command to changelog
This commit is contained in:
parent
ed809b26f9
commit
f7608feda7
2 changed files with 16 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ description: "API updates, new endpoints, and SDK releases"
|
|||
|
||||
API updates, new endpoints, SDK releases, and developer-focused features.
|
||||
|
||||
## June 22, 2026
|
||||
|
||||
- **Snowcone MCP for OpenAI Codex:** Add the Snowcone MCP server to Codex with `codex mcp add snowcone --url https://snowcone-leaderboard.dhravya.workers.dev/mcp`.
|
||||
|
||||
## April 13, 2026
|
||||
|
||||
- **Google Drive scoped sync:** New connections default to a **hosted folder/file picker** after OAuth; only chosen items sync. Use `metadata.syncScope: "full"` to sync the whole Drive. Import jobs **skip** scoped connections until a selection exists.
|
||||
|
|
|
|||
|
|
@ -3,6 +3,18 @@ title: "Changelog"
|
|||
description: "New updates and improvements to Supermemory"
|
||||
---
|
||||
|
||||
<Update label="June 22, 2026" tags={["Integrations", "MCP", "CLI"]}>
|
||||
|
||||
### Snowcone MCP for OpenAI Codex
|
||||
|
||||
Use the following command in Codex to add the Snowcone MCP server:
|
||||
|
||||
```bash
|
||||
codex mcp add snowcone --url https://snowcone-leaderboard.dhravya.workers.dev/mcp
|
||||
```
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="April 13, 2026" tags={["Integrations", "API"]}>
|
||||
|
||||
### Google Drive: scoped sync by default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue