From 1b92f3e4215ac1b8deda35d72a42a91f01a4172f Mon Sep 17 00:00:00 2001 From: "coldfire.x" Date: Thu, 10 Jul 2025 21:27:38 +0800 Subject: [PATCH] Update proxy.mdx (#1108) fix typo --- docs/servers/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/servers/proxy.mdx b/docs/servers/proxy.mdx index 96d78e022..83cd24f34 100644 --- a/docs/servers/proxy.mdx +++ b/docs/servers/proxy.mdx @@ -248,7 +248,7 @@ composite_proxy = FastMCP.as_proxy(config, name="Composite Proxy") -When you access tools, resources, or prompts from a proxy server, they are "mirrored" from the remote server. Mirrored components cannot be modified directly directly since they reflect the state of the remote server. For example, you can not simply "disable" a mirrored component. +When you access tools, resources, or prompts from a proxy server, they are "mirrored" from the remote server. Mirrored components cannot be modified directly since they reflect the state of the remote server. For example, you can not simply "disable" a mirrored component. However, you can create a copy of a mirrored component and store it as a new locally-defined component. Local components always take precedence over mirored ones because the proxy server will check its own registry before it attempts to engage the remote server.