zhangshenghang commented on code in PR #10108:
URL: https://github.com/apache/seatunnel/pull/10108#discussion_r2556254194


##########
docs/zh/ecosystem/seatunnel-mcp.md:
##########
@@ -0,0 +1,253 @@
+---
+id: seatunnel-mcp
+title: SeaTunnel MCP
+---
+
+# SeaTunnel MCP 服务器
+
+SeaTunnel MCP(Model Context Protocol)服务器,提供与大型语言模型(如 Claude)交互的能力,使其能够操作 
SeaTunnel 任务。
+
+![SeaTunnel MCP Logo](../images/seatunnel-mcp-logo.png)
+
+![SeaTunnel MCP Server](../images/seatunnel-mcp-server.png)
+
+## 相关链接
+
+- GitHub 仓库:https://github.com/apache/seatunnel-tools/tree/main/seatunnel-mcp
+
+## 操作视频
+
+为了帮助您更好地了解 SeaTunnel MCP 的功能和使用方法,我们提供了一段操作视频演示。请参考以下链接或直接在项目文档目录中查看视频文件。
+
+https://www.bilibili.com/video/BV1UXZgY8EqS
+
+> **提示**:如果视频无法直接播放,请确保您的设备支持 MP4 格式,并尝试使用现代浏览器或视频播放器打开。
+
+
+## 功能特点
+
+* **作业管理**:提交、停止、监控 SeaTunnel 作业
+* **系统监控**:获取集群概览和详细的系统监控信息
+* **REST API 交互**:与 SeaTunnel 服务进行无缝交互
+* **内置日志和监控工具**:全面的日志和监控功能
+* **动态连接配置**:能够在运行时切换不同的 SeaTunnel 实例
+* **全面的作业信息**:提供详细的作业运行状态和统计数据
+
+## 安装
+
+```bash
+# 克隆仓库
+git clone <仓库URL>

Review Comment:
   Change to the actual repository address



##########
docs/en/ecosystem/seatunnel-mcp.md:
##########
@@ -0,0 +1,198 @@
+---
+id: seatunnel-mcp
+title: SeaTunnel MCP
+---
+# SeaTunnel MCP Server
+
+A Model Context Protocol (MCP) server for interacting with SeaTunnel through 
LLM interfaces like Claude.
+
+![SeaTunnel MCP Logo](../images/seatunnel-mcp-logo.png)
+
+![SeaTunnel MCP Server](../images/seatunnel-mcp-server.png)
+
+## Related Links
+
+- SeaTunnel MCP on GitHub: 
https://github.com/apache/seatunnel-tools/tree/main/seatunnel-mcp
+
+## Operation Video
+
+To help you better understand the features and usage of SeaTunnel MCP, we 
provide a video demonstration. Please refer to the link below or directly check 
the video file in the project documentation directory.
+
+https://www.youtube.com/watch?v=JaLA8EkZD7Q
+
+[![IMAGE ALT TEXT 
HERE](https://img.youtube.com/vi/JaLA8EkZD7Q/0.jpg)](https://www.youtube.com/watch?v=JaLA8EkZD7Q)
+
+
+> **Tip**: If the video does not play directly, make sure your device supports 
MP4 format and try opening it with a modern browser or video player. 
+
+
+## Features
+
+* Job management (submit, stop, monitor)
+* System monitoring and information retrieval
+* REST API interaction with SeaTunnel services
+* Built-in logging and monitoring tools
+* Dynamic connection configuration
+* Comprehensive job information and statistics
+
+## Installation
+
+```bash
+# Clone repository
+git clone <repository_url>

Review Comment:
   Change to the actual repository address



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to