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 81c7ebc3 [hotfix] Remove unnecessary import statements from the mcp
document (#479)
81c7ebc3 is described below
commit 81c7ebc39b8e4f33b26815449d0b9d86b8fc6471
Author: Eugene <[email protected]>
AuthorDate: Mon Jan 26 15:58:30 2026 +0800
[hotfix] Remove unnecessary import statements from the mcp document (#479)
---
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 d7aae5ea..59dcd9a8 100644
--- a/docs/content/docs/development/mcp.md
+++ b/docs/content/docs/development/mcp.md
@@ -1,4 +1,4 @@
-from python.flink_agents.api.resource import ResourceName---
+---
title: MCP
weight: 9
type: docs