From 722d2b53614ae48315624011865060de399c19d6 Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Mon, 12 Jan 2026 11:44:28 -0800 Subject: [PATCH 1/3] Add 'implement_api_spec' tool to MCP Server documentation --- modules/ROOT/pages/a4d-mcp-server.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/a4d-mcp-server.adoc b/modules/ROOT/pages/a4d-mcp-server.adoc index 4aa2f253c..c7ee81610 100644 --- a/modules/ROOT/pages/a4d-mcp-server.adoc +++ b/modules/ROOT/pages/a4d-mcp-server.adoc @@ -22,6 +22,7 @@ These MuleSoft MCP Server tools are available in Anypoint Code Builder and are a * `generate_api_spec` – Use AI to generate, modify, or enhance an API specification. * `generate_mule_flow` – Generate or update Mule flows and integration logic from natural language prompts. * `get_topics_agent_actions_metadata_instructions` – Retrieve metadata and instructions for enabling topics and agent actions from an OpenAPI spec. +* `implement_api_spec` - Use APIkit flows to implement an API specification in a new integration project. You can implement a specification from a local project or an Anypoint Exchange asset. * `mock_api_spec` – Mock an API specification to test endpoint functionality through a mocking service. * `open_project` – Open or manage an existing API, Mule, or agent-network project. * `run_local_mule_application` – Run a Mule application locally, handling build and local runtime setup. From 6e1864baff751ee57a597c24673925eb9a2cfede Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Mon, 12 Jan 2026 11:47:12 -0800 Subject: [PATCH 2/3] Update MCP Server documentation to include a reference to the MuleSoft MCP Server Tool Reference for additional tool parameters, enhancing user guidance. --- modules/ROOT/pages/a4d-mcp-server.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/a4d-mcp-server.adoc b/modules/ROOT/pages/a4d-mcp-server.adoc index c7ee81610..c24a308e9 100644 --- a/modules/ROOT/pages/a4d-mcp-server.adoc +++ b/modules/ROOT/pages/a4d-mcp-server.adoc @@ -4,7 +4,9 @@ The MuleSoft MCP Server is integrated within Anypoint Code Builder and provides You can use these tools to generate API specifications, create and deploy integrations, manage governance rulesets, and build Agent Fabric agent networks. You can also work with DataWeave and gain insights into the performance of your applications and APIs—all directly from Anypoint Code Builder. -These MuleSoft MCP Server tools are available in Anypoint Code Builder and are also supported when you use the Anypoint Extension Pack in compatible IDEs such as VS Code, Cursor, and Windsurf: +MuleSoft MCP Server tools are available in Anypoint Code Builder and are also supported when you use the Anypoint Extension Pack in compatible IDEs such as VS Code, Cursor, and Windsurf. + +For more information about these tools and their parameters, see: xref:mulesoft-mcp-server::reference-mcp-tools.adoc[MuleSoft MCP Server Tool Reference]. == Agent Network Development @@ -77,8 +79,6 @@ These MuleSoft MCP Server tools are available in Anypoint Code Builder and are a * `get_platform_insights` – Get usage and operational insights for applications and APIs across your organization. * `get_reuse_metrics` – Get reuse metrics for assets across your organization to understand adoption and reduce duplication. -For more information about these tools and their parameters, see: -xref:mulesoft-mcp-server::reference-mcp-tools.adoc[MuleSoft MCP Server Tool Reference]. == Add and Manage Custom MCP Servers From e8de27ae4b02345e409e1f684eba23e3bea97119 Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Fri, 16 Jan 2026 10:20:30 -0800 Subject: [PATCH 3/3] Add new tools to MCP Server documentation: 'generate_munit_test' for creating MUnit test cases and 'modify_munit_test' for updating existing test cases, enhancing testing capabilities for users. --- modules/ROOT/pages/a4d-mcp-server.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/a4d-mcp-server.adoc b/modules/ROOT/pages/a4d-mcp-server.adoc index c24a308e9..a1438fe24 100644 --- a/modules/ROOT/pages/a4d-mcp-server.adoc +++ b/modules/ROOT/pages/a4d-mcp-server.adoc @@ -23,9 +23,11 @@ For more information about these tools and their parameters, see: xref:mulesoft- * `create_mule_project` – Create a Mule project structure in a given directory. * `generate_api_spec` – Use AI to generate, modify, or enhance an API specification. * `generate_mule_flow` – Generate or update Mule flows and integration logic from natural language prompts. +* `generate_munit_test` - Generates MUnit test cases for Mule flows, one test scenario at a time, with support for mocks, assertions, and dependencies. * `get_topics_agent_actions_metadata_instructions` – Retrieve metadata and instructions for enabling topics and agent actions from an OpenAPI spec. * `implement_api_spec` - Use APIkit flows to implement an API specification in a new integration project. You can implement a specification from a local project or an Anypoint Exchange asset. * `mock_api_spec` – Mock an API specification to test endpoint functionality through a mocking service. +* `modify_munit_test` - Modify or fix an existing MUnit test case, including updating assertions, mocks, payloads, and test logic. * `open_project` – Open or manage an existing API, Mule, or agent-network project. * `run_local_mule_application` – Run a Mule application locally, handling build and local runtime setup. * `search_asset` – Search for assets in Anypoint Exchange by using flexible filters and criteria.