Skip to content

Releases: chgold/goldt-wp-webmcp-bridge

wp-goldt-webmcp-bridge 0.3.2

31 Mar 22:05

Choose a tag to compare

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

31 Mar 15:12

Choose a tag to compare

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

19 Mar 21:23

Choose a tag to compare

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 instructions field prevents AI agents from inventing capabilities
  • Lists exact available tools, blocks hallucinated features

OAuth Improvements

  • client_id is now optional (defaults to claude)
  • Fuzzy client_id matching: recognizes variants with underscores and dashes — claude, claude_ai, claude-ai, gemini_client, gemini-client all work
  • Base names auto-resolve to registered clients: claudeclaude-ai, geminigemini, 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

11 Mar 22:29

Choose a tag to compare

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

  1. Download goldt-webmcp-bridge-0.2.1.zip below
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload and activate

📋 Requirements

  • WordPress 6.0+
  • PHP 7.4+

🔗 Links

wp-goldt-webmcp-bridge 0.2.0

24 Feb 07:49

Choose a tag to compare

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

  1. Download goldt-webmcp-bridge-0.2.0.zip below
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload and activate

📋 Requirements

  • WordPress 6.0+
  • PHP 7.4+

🔗 Links

AI Connect 0.1.1

17 Feb 08:08

Choose a tag to compare

AI Connect 0.1.1

שחרור גירסה 0.1.1 של AI Connect.

לפרטים נוספים, ראה את התיעוד.

wp AI Connect v0.1.0 - Initial Public Release

10 Feb 17:22

Choose a tag to compare

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 filters
    • wordpress.getPost - Get single post by ID/slug
    • wordpress.searchPages - Search pages
    • wordpress.getPage - Get single page by ID/slug
    • wordpress.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

  1. Download ai-connect-0.1.0.zip below
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload the zip file
  4. Activate the plugin

📖 Documentation

🔗 Quick Start

For ChatGPT/Claude users:

  1. Install the plugin
  2. Go to AI Connect → OAuth Clients
  3. Create a new OAuth client
  4. Use the credentials in your AI agent
  5. 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:


Questions? Open an issue or check the documentation.