Releases: chgold/goldt-wp-webmcp-bridge
wp-goldt-webmcp-bridge 0.3.2
Fix OAuth fuzzy matching for dash variants + add Plugin URI - validate_client now resolves 'claude' to 'claude-ai' (and other base names to their registered dash-ai variants) - normalize_client_id now strips dash suffixes (-ai, -client, -app, -bot, -agent) in addition to underscore variants - Add Plugin URI pointing to landing page - Update README troubleshooting section
wp-goldt-webmcp-bridge 0.3.1
Fix OAuth fuzzy matching for dash variants + add Plugin URI - validate_client now resolves 'claude' to 'claude-ai' (and other base names to their registered dash-ai variants) - normalize_client_id now strips dash suffixes (-ai, -client, -app, -bot, -agent) in addition to underscore variants - Add Plugin URI pointing to landing page - Update README troubleshooting section
v0.3.0
What's New
Translation Provider (Admin Settings)
- New setting: Settings → Translation Provider (AI Self-Translate / MyMemory API / Disabled)
- Default: AI Self-Translate — AI agent uses its own language abilities, no external API
Public Info Page
- New page at
/ai-connect/— copy manifest URL, OAuth URL, ready-to-paste prompt - Link added to Admin Bar for all logged-in users
Manifest Instructions
- Dynamic
instructionsfield prevents AI agents from inventing capabilities - Lists exact available tools, blocks hallucinated features
OAuth Improvements
client_idis now optional (defaults toclaude)- Fuzzy client_id matching: recognizes variants with underscores and dashes —
claude,claude_ai,claude-ai,gemini_client,gemini-clientall work - Base names auto-resolve to registered clients:
claude→claude-ai,gemini→gemini, etc. - Specific error messages instead of generic 'invalid request'
WordPress.org Fix
- Excluded test-only vendor files from distribution ZIP (vendor/predis/predis/bin/, .codespellrc)
Requirements
- PHP 7.4+, WordPress 5.8+
wp-goldt-webmcp-bridge 0.2.1
Bridge for 8 AI agents (Claude, ChatGPT, Grok, more) via WebMCP with OAuth 2.0
Secure authentication: Uses OAuth 2.0 (the same security standard as Google, Facebook, and GitHub) - your passwords stay safe and private!
🆕 What's New in v0.2.1
- Security: Added OAuth scope validation - users must explicitly grant permissions for each tool
- WordPress.org Compliance: Fixed inline scripts/styles - moved to wp_enqueue_script/style
- WordPress.org Compliance: Removed /status endpoint per security review
- WordPress.org Compliance: Updated .distignore to exclude vendor development files
- Fixed: Updated Bearer_Auth endpoint paths to current plugin slug
- Improved: 3-layer security architecture (authentication, rate limiting, authorization)
📦 Installation
- Download
goldt-webmcp-bridge-0.2.1.zipbelow - Go to Plugins → Add New → Upload Plugin
- Upload and activate
📋 Requirements
- WordPress 6.0+
- PHP 7.4+
🔗 Links
wp-goldt-webmcp-bridge 0.2.0
Bridge for 8 AI agents (Claude, ChatGPT, Grok, more) via WebMCP with OAuth 2.0
Secure authentication: Uses OAuth 2.0 (the same security standard as Google, Facebook, and GitHub) - your passwords stay safe and private!
🆕 What's New in v0.2.0
- Security: Migrated to OAuth 2.0 with PKCE for secure authentication
- Added: 8 pre-registered AI clients (Claude, ChatGPT, Gemini, and more)
- Added: Parameter validation and resource limits (prevents abuse)
- Improved: Security hardening - comprehensive input validation
📦 Installation
- Download
goldt-webmcp-bridge-0.2.0.zipbelow - Go to Plugins → Add New → Upload Plugin
- Upload and activate
📋 Requirements
- WordPress 6.0+
- PHP 7.4+
🔗 Links
AI Connect 0.1.1
AI Connect 0.1.1
שחרור גירסה 0.1.1 של AI Connect.
לפרטים נוספים, ראה את התיעוד.
wp AI Connect v0.1.0 - Initial Public Release
Connect AI agents (ChatGPT, Claude) to your WordPress site with secure OAuth 2.0 authentication using the WebMCP protocol.
✨ Features
- OAuth 2.0 + JWT Authentication - Secure user-delegated access
- 5 WordPress Tools - Search/get posts, pages, and user info
wordpress.searchPosts- Search posts with filterswordpress.getPost- Get single post by ID/slugwordpress.searchPages- Search pageswordpress.getPage- Get single page by ID/slugwordpress.getCurrentUser- Get authenticated user info
- WebMCP Protocol Support - Industry-standard AI integration
- Rate Limiting - 50 requests/min (configurable)
- Zero Configuration - Works out of the box
- Extensible - Add custom tools via developer hooks
- 47 Tests Included - Production-ready and verified
📦 Installation
From WordPress.org
Plugins → Add New → Search "AI Connect"
(Pending approval - check back soon!)
Manual Installation
- Download
ai-connect-0.1.0.zipbelow - Go to Plugins → Add New → Upload Plugin
- Upload the zip file
- Activate the plugin
📖 Documentation
- Full Documentation: README.md
- Quick Start Guide: Connect AI Agents
- API Reference: Available Tools
🔗 Quick Start
For ChatGPT/Claude users:
- Install the plugin
- Go to AI Connect → OAuth Clients
- Create a new OAuth client
- Use the credentials in your AI agent
- Point to:
https://yoursite.com/wp-json/ai-connect/v1/manifest
See the Quick Start Guide for detailed instructions.
📋 Requirements
- WordPress 6.0+
- PHP 7.4+
- HTTPS (for production)
- Redis (optional, recommended for high-traffic sites)
🐛 Known Issues
None at this time. Report issues here.
🙏 Credits
Built with:
- firebase/php-jwt for JWT handling
- predis/predis for Redis support
- WebMCP protocol specification
Questions? Open an issue or check the documentation.