Revise MCP release notes and bump version (#177)
This commit is contained in:
parent
b9b85a6d48
commit
ba9f30fde0
@ -2,7 +2,7 @@
|
|||||||
"name": "open-seo",
|
"name": "open-seo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@10.30.1",
|
"packageManager": "pnpm@10.30.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
29
release-notes/v0.0.11.md
Normal file
29
release-notes/v0.0.11.md
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user