Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/wordpress-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.15
Choose a base ref
...
head repository: Automattic/wordpress-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.16
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 19, 2025

  1. Implement per-tool enable/disable settings

    - Added methods to toggle tool states and retrieve all tools via AJAX.
    - Introduced a new constant for tool states option in the Settings class.
    - Updated the ToolsTab component to include toggle controls for enabling/disabling tools.
    - Enhanced the WpMcp class to manage tool states and check if tools are enabled.
    galatanovidiu committed May 19, 2025
    Configuration menu
    Copy the full SHA
    8320cc4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Merge pull request #31 from Automattic/tools-toggle

    Implement per-tool enable/disable settings (Ovi's version)
    galatanovidiu authored May 21, 2025
    Configuration menu
    Copy the full SHA
    46d0bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b1e78 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from Automattic/version-bump-0.1.16

    Update version numbers in package.json and wordpress-mcp.php to 0.1.16
    galatanovidiu authored May 21, 2025
    Configuration menu
    Copy the full SHA
    a0843b7 View commit details
    Browse the repository at this point in the history
Loading