This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new 9328b0cb [hotfix] Fix the incorrect reference in the MCP document 
(#457)
9328b0cb is described below

commit 9328b0cbfbff03a51f45879b7f55ea96ddd234a5
Author: Eugene <[email protected]>
AuthorDate: Tue Jan 20 12:10:21 2026 +0800

    [hotfix] Fix the incorrect reference in the MCP document (#457)
---
 docs/content/docs/development/mcp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/development/mcp.md 
b/docs/content/docs/development/mcp.md
index c6e97d6b..b44b47a4 100644
--- a/docs/content/docs/development/mcp.md
+++ b/docs/content/docs/development/mcp.md
@@ -187,4 +187,4 @@ public class ReviewAnalysisAgent extends Agent {
 
 **Key points:**
 - All tools and prompts from the MCP server are automatically registered.
-- Reference MCP prompts and tools by their names, like reference [local 
prompt]({{< ref "docs/development/prompts/#using-prompts-in-agents" >}}) and 
[function tool]({{< ref 
"docs/development/tool_use/#define-tool-as-static-method-in-agent-class" >}}) .
\ No newline at end of file
+- Reference MCP prompts and tools by their names, like reference [local 
prompt]({{< ref "docs/development/prompts#using-prompts-in-agents" >}}) and 
[function tool]({{< ref 
"docs/development/tool_use#define-tool-as-static-method-in-agent-class" >}}) .
\ No newline at end of file

Reply via email to