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.16
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.17
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on May 21, 2025

  1. Refactor tool retrieval and AJAX handling

    - Removed the deprecated AJAX action for retrieving all MCP tools from the Settings class.
    - Introduced a new REST API endpoint in McpProxyRoutes to list all tools.
    - Updated the WpMcp class to include a method for fetching all tools with their enabled state.
    - Modified the ToolsTab component to use the new API endpoint for fetching tools data.
    galatanovidiu committed May 21, 2025
    Configuration menu
    Copy the full SHA
    ad0e3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4f0ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from Automattic/bugfix/list_all_tools_endpoint

    Bugfix/list all tools endpoint
    galatanovidiu authored May 21, 2025
    Configuration menu
    Copy the full SHA
    10efbe6 View commit details
    Browse the repository at this point in the history
Loading