Skip to content

Commit ef58bd4

Browse files
committed
fix typo
1 parent 2183dca commit ef58bd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ VeADK中集成了多个火山引擎提供的工具:
5555

5656
### MCP工具
5757

58-
采用如下方式定义一个MCP工具, 例如LAS MCP工具:
58+
VeADK支持定义MCP工具来进行功能扩展,例如飞书Lark MCP工具、LAS数据湖MCP工具等。
59+
60+
以飞书Lark MCP工具为例,采用如下方式定义:
5961

6062
```python
61-
# 以飞书Lark MCP工具为例
6263
lark_tools = MCPToolset(
6364
connection_params=StdioServerParameters(
6465
command="npx",
65-
args=[...],
66+
args=[..., "@larksuiteoapi/lark-mcp", ...],
6667
errlog=None,
6768
),
6869
)
6970

7071
remote_mcp_server = MCPToolset(connection_params=SseConnectionParams(url=url))
71-
7272
```
7373

7474
### 系统工具

0 commit comments

Comments
 (0)