fix(qa): SEO API Bridge fixes, transport type corrections, README improvements
- Fix SEO API Bridge branding, meta keys, route namespaces, GET auth - Create WordPress.org-compatible readme.txt - Fix transport types across all docs (streamableHttp/http, not sse) - Add WordPress Plugin Requirements section to README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,8 +9,8 @@ Usage:
|
||||
# With stdio transport (Claude Desktop)
|
||||
python server.py
|
||||
|
||||
# With SSE transport (HTTP server)
|
||||
python server.py --transport sse --port 8000
|
||||
# With HTTP transport (Streamable HTTP server)
|
||||
python server.py --transport streamable-http --port 8000
|
||||
|
||||
Environment Variables:
|
||||
MASTER_API_KEY: Master API key for authentication
|
||||
|
||||
Reference in New Issue
Block a user