From b1ed1c694c82e532bd1e7f68a056fa68a94abc4b Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:19:51 +0300 Subject: [PATCH 1/7] fix(docs): update Uniswap plugin reference link --- docs/ai-agents/plugins/native/uniswap.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/uniswap.mdx b/docs/ai-agents/plugins/native/uniswap.mdx index f857f06d5..ac24d88c8 100644 --- a/docs/ai-agents/plugins/native/uniswap.mdx +++ b/docs/ai-agents/plugins/native/uniswap.mdx @@ -34,6 +34,6 @@ Swap flow is three calls — `/check_approval`, `/quote`, `/swap` — batched in ## Reference - + Endpoint inventory, headers, response shapes, and orchestration for swap and LP flows. - + \ No newline at end of file From c92946cacdf6de4b549660137f1b003d628d9faf Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:20:35 +0300 Subject: [PATCH 2/7] fix(docs): update Bankr plugin reference link --- docs/ai-agents/plugins/native/bankr.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/bankr.mdx b/docs/ai-agents/plugins/native/bankr.mdx index 974269c96..0492f448f 100644 --- a/docs/ai-agents/plugins/native/bankr.mdx +++ b/docs/ai-agents/plugins/native/bankr.mdx @@ -38,6 +38,6 @@ The Bankr feed is unfiltered. Listed tokens are not vetted, audited, or endorsed ## Reference - + API response shape, orchestration steps, symbol-collision and adversarial-metadata safety notes for new launches. - + \ No newline at end of file From d1f1c9eb1f0abfc719b69a500a958adac96b6990 Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:20:54 +0300 Subject: [PATCH 3/7] fix(docs): update Moonwell plugin reference link --- docs/ai-agents/plugins/native/moonwell.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/moonwell.mdx b/docs/ai-agents/plugins/native/moonwell.mdx index 13cf3c184..854cea110 100644 --- a/docs/ai-agents/plugins/native/moonwell.mdx +++ b/docs/ai-agents/plugins/native/moonwell.mdx @@ -34,6 +34,6 @@ The Moonwell API returns an ordered `transactions[]` array — `approve`, `enter ## Reference - + Endpoint inventory, response shapes, mToken notes, and health factor guide. - + \ No newline at end of file From ea7b9cfbbefbb4b6b36fb52e36ff689ea5fb2679 Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:21:17 +0300 Subject: [PATCH 4/7] fix(docs): update Morpho plugin reference link --- docs/ai-agents/plugins/native/morpho.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/morpho.mdx b/docs/ai-agents/plugins/native/morpho.mdx index 1d23b265d..cbd2bd74b 100644 --- a/docs/ai-agents/plugins/native/morpho.mdx +++ b/docs/ai-agents/plugins/native/morpho.mdx @@ -47,6 +47,6 @@ In chat-only harnesses, use Morpho MCP tools for the same vault/market reads and ## Reference - + Environment detection, CLI and MCP paths, response shapes, safety checks, and orchestration details. - + \ No newline at end of file From c73e9154f830ecf49e5fff027eda5be3c1feae6e Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:21:39 +0300 Subject: [PATCH 5/7] fix(docs): update Virtuals plugin reference link --- docs/ai-agents/plugins/native/virtuals.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/virtuals.mdx b/docs/ai-agents/plugins/native/virtuals.mdx index 69081b139..f430a2ca4 100644 --- a/docs/ai-agents/plugins/native/virtuals.mdx +++ b/docs/ai-agents/plugins/native/virtuals.mdx @@ -57,6 +57,6 @@ claude mcp add virtuals --transport http https://mcp.acp.virtuals.io/ ## Reference - + Step-by-step SIWE auth flow, troubleshooting for the six common signature-verification failure modes, and orchestration recipes for agent / card / email operations. - + \ No newline at end of file From 4a808fdfbefba684ce33f8085f6caf20abcd9bca Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:24:55 +0300 Subject: [PATCH 6/7] fix(docs): update Avantis plugin reference link --- docs/ai-agents/plugins/native/avantis.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/avantis.mdx b/docs/ai-agents/plugins/native/avantis.mdx index f43efcf1b..45f2a8593 100644 --- a/docs/ai-agents/plugins/native/avantis.mdx +++ b/docs/ai-agents/plugins/native/avantis.mdx @@ -59,6 +59,6 @@ No additional MCP server is required. View-only Avantis APIs are reached through ## Reference - + Endpoint inventory, parameters, unit/scaling rules, batching guidance, chat-only UI fallback, and error handling. - + \ No newline at end of file From 356e6c7f6d0ad6ccdb5f9a092d1a0a3ad8f77d51 Mon Sep 17 00:00:00 2001 From: maho0638 <104829390+maho0638@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:25:17 +0300 Subject: [PATCH 7/7] fix(docs): update Aerodrome plugin reference link --- docs/ai-agents/plugins/native/aerodrome.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/aerodrome.mdx b/docs/ai-agents/plugins/native/aerodrome.mdx index 6f1e9993c..7bca10783 100644 --- a/docs/ai-agents/plugins/native/aerodrome.mdx +++ b/docs/ai-agents/plugins/native/aerodrome.mdx @@ -38,6 +38,6 @@ The public `https://mainnet.base.org` RPC enforces a 10-call-per-batch limit and ## Reference - + Setup, RPC compatibility patches, calldata-bridge code, swap/LP orchestration patterns, and what works vs. what doesn't on the public RPC. - + \ No newline at end of file