Revise MCP release notes and bump version (#177)

This commit is contained in:
Ben Senescu 2026-05-10 18:11:53 -04:00 committed by GitHub
parent b9b85a6d48
commit ba9f30fde0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo",
"private": true,
"sideEffects": false,
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {

29
release-notes/v0.0.11.md Normal file
View File

@ -0,0 +1,29 @@
🚀 OpenSEO now supports MCP, so you can use OpenSEO as the SEO brain for your Claude Code, Codex, or AI agent workflows.
Connect your agent to OpenSEO and let it research with your live project data instead of starting from a blank chat.
For Claude Code locally:
```sh
claude mcp add --transport http --scope user openseo-local http://localhost:3001/mcp
```
For Codex:
```sh
codex mcp add openseo --url https://app.openseo.so/mcp
```
Learn more: https://openseo.so/features/mcp
## What you can do
- Ask an agent to research keyword ideas for a domain and save the best ones to OpenSEO.
- Compare SERP results while drafting SEO briefs, outlines, or refresh plans.
- Pull backlink and domain context into agent workflows without copy/pasting between tools.
- Check rank tracking data while planning content updates or reporting on SEO progress.
- Use OpenSEO with Claude Desktop, Claude Code, Codex, or any MCP-compatible AI tool.
This is the first step toward agent-native SEO workflows: your assistant can inspect the data, reason about it, and help you move faster. ✨
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.10...v0.0.11