From 333adb1fbf17f12177d1a91479981e9788679e4c Mon Sep 17 00:00:00 2001 From: valkyrie69 Date: Wed, 28 Jan 2026 12:25:40 -0800 Subject: [PATCH 1/4] W-21056583 Adding Limitations --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/limitations.adoc | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 modules/ROOT/pages/limitations.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 03d0627..af77206 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -6,3 +6,4 @@ * xref:view-and-navigate-agent-network.adoc[] * xref:node-governance.adoc[] * xref:troubleshoot-agent-network.adoc[] +* xref:limitations.adoc[] diff --git a/modules/ROOT/pages/limitations.adoc b/modules/ROOT/pages/limitations.adoc new file mode 100644 index 0000000..2529561 --- /dev/null +++ b/modules/ROOT/pages/limitations.adoc @@ -0,0 +1,13 @@ += Limitations of Agent Visualizer + +Learn about the limitations of using Agent Visualizer. + +== Limitations + +* A maximum of 500 nodes is displayed on the agent graph. You can only select nodes that are visible on the canvas. If you don't see a node, use search to locate it. +* A maximum of 499 MCP tools are listed across MCP nodes. + + +== See Also + +* xref:view-and-navigate-agent-network.adoc[] \ No newline at end of file From 5605c476a586c7b72bd944cf1d941869b5f2132e Mon Sep 17 00:00:00 2001 From: valkyrie69 Date: Wed, 28 Jan 2026 12:27:33 -0800 Subject: [PATCH 2/4] Adding xref --- modules/ROOT/pages/troubleshoot-agent-network.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/troubleshoot-agent-network.adoc b/modules/ROOT/pages/troubleshoot-agent-network.adoc index c69b6db..771a227 100644 --- a/modules/ROOT/pages/troubleshoot-agent-network.adoc +++ b/modules/ROOT/pages/troubleshoot-agent-network.adoc @@ -43,3 +43,5 @@ Anypoint Monitoring opens and you can view the *Traces Details* page for the ass * xref:monitoring::logs.adoc[] * xref:monitoring::traces.adoc[] +* xref:limitations.adoc[] +* xref:view-and-navigate-agent-network.adoc[] \ No newline at end of file From 25af840d308530a97682db1da8310b7ac8dbecb7 Mon Sep 17 00:00:00 2001 From: valkyrie69 Date: Wed, 28 Jan 2026 12:34:53 -0800 Subject: [PATCH 3/4] Added troubleshooting --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/limitations.adoc | 3 ++- .../ROOT/pages/troubleshoot-agent-visualizer.adoc | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 modules/ROOT/pages/troubleshoot-agent-visualizer.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index af77206..3a29f1a 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -6,4 +6,5 @@ * xref:view-and-navigate-agent-network.adoc[] * xref:node-governance.adoc[] * xref:troubleshoot-agent-network.adoc[] +* xref:troubleshoot-agent-visualizer.adoc[] * xref:limitations.adoc[] diff --git a/modules/ROOT/pages/limitations.adoc b/modules/ROOT/pages/limitations.adoc index 2529561..49c4889 100644 --- a/modules/ROOT/pages/limitations.adoc +++ b/modules/ROOT/pages/limitations.adoc @@ -4,10 +4,11 @@ Learn about the limitations of using Agent Visualizer. == Limitations -* A maximum of 500 nodes is displayed on the agent graph. You can only select nodes that are visible on the canvas. If you don't see a node, use search to locate it. +* A maximum of 500 nodes are shown on the Agent Visualizer canvas. * A maximum of 499 MCP tools are listed across MCP nodes. == See Also +* xref:troubleshoot-agent-visualizer.adoc[] * xref:view-and-navigate-agent-network.adoc[] \ No newline at end of file diff --git a/modules/ROOT/pages/troubleshoot-agent-visualizer.adoc b/modules/ROOT/pages/troubleshoot-agent-visualizer.adoc new file mode 100644 index 0000000..55b3aa6 --- /dev/null +++ b/modules/ROOT/pages/troubleshoot-agent-visualizer.adoc @@ -0,0 +1,14 @@ += Troubleshooting Agent Visualizer + +If you encounter an error or an issue while using Agent Visualizer, you can try these solutions. + +== Don't See all Nodes in the Agent Network Canvas + +A maximum of 500 nodes and 499 MCP tools are shown on the Agent Visualizer canvas. + +If you don't see a node or MCP tool, use search to locate it. + +== See Also + +* xref:view-and-navigate-agent-network.adoc[] +* xref:limitations.adoc[] \ No newline at end of file From fb6290c72daf25a7c53f645ab720dfc4d9b65281 Mon Sep 17 00:00:00 2001 From: valkyrie69 Date: Wed, 28 Jan 2026 14:28:51 -0800 Subject: [PATCH 4/4] Removing limitations topic --- modules/ROOT/nav.adoc | 1 - modules/ROOT/pages/limitations.adoc | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 modules/ROOT/pages/limitations.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 3a29f1a..a154663 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -7,4 +7,3 @@ * xref:node-governance.adoc[] * xref:troubleshoot-agent-network.adoc[] * xref:troubleshoot-agent-visualizer.adoc[] -* xref:limitations.adoc[] diff --git a/modules/ROOT/pages/limitations.adoc b/modules/ROOT/pages/limitations.adoc deleted file mode 100644 index 49c4889..0000000 --- a/modules/ROOT/pages/limitations.adoc +++ /dev/null @@ -1,14 +0,0 @@ -= Limitations of Agent Visualizer - -Learn about the limitations of using Agent Visualizer. - -== Limitations - -* A maximum of 500 nodes are shown on the Agent Visualizer canvas. -* A maximum of 499 MCP tools are listed across MCP nodes. - - -== See Also - -* xref:troubleshoot-agent-visualizer.adoc[] -* xref:view-and-navigate-agent-network.adoc[] \ No newline at end of file