Skip to content

v1.2.1

Choose a tag to compare

@soulevilx soulevilx released this 30 Aug 14:49
· 34 commits to develop since this release
19e0958

v1.2.1

Added

  • Configurable OAuth rate limits on the MCP server via .env (enable/disable + per-endpoint max/window)
  • Configurable REST rate limits on the WordPress plugin via wp-admin → WordPress - MCPSettings
  • Optional wp-config.php overrides: MCP_RATE_LIMIT_ENABLED, MCP_RATE_LIMIT_MAX, MCP_RATE_LIMIT_WINDOW_SECONDS

Fixed

  • OAuth client registration shared rate-limit bucket behind reverse proxies (MCP_TRUST_PROXY, default on)
  • WordPress Settings save returning a blank admin-post.php page

Deploy

  • MCP server: rebuild and restart (make prod-up or docker compose ... up -d --build mcp)
  • WordPress plugin: upload wordpress-chatgpt-1.2.1.zip or sync packages/wordpress-plugin

See CHANGELOG.md for full details.