docs: add snowcone codex mcp command to changelog

This commit is contained in:
Shardul Mane 2026-06-22 10:50:31 -07:00
parent ed809b26f9
commit f7608feda7
2 changed files with 16 additions and 0 deletions

View file

@ -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.

View file

@ -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