Token导航 LogoToken导航TokenDH.com
ToolChat MCP logo
文档知识HTTP官方级别未说明来源级核验

ToolChat MCP

MCP Server

通过MCP服务器配置与大型语言模型交互的工具服务,支持多模态输入和文档查询功能。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
LLM交互Python文档查询

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

rectalogic

提供方

rectalogic

最后核验

2026/5/17 20:57

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

工具聊天

使用与LLMs聊天 MCP服务器.

在YAML文件中配置MCP工具服务器,并提供路径 --tool-servers, 启用特定工具 --enable-tool-server. 看 样品-甲苯.yml 对于格式。

如果模型是多模式的,您还可以在提示中包含图像、文档等。 请参阅 /help 命令以获取详细信息。

示例

使用带有Gemini Pro 2.5的AWS文档工具搜索AWS文档:

$ uv run toolchat --model google-gla:gemini-2.5-pro-exp-03-25 --tool-servers sample-tools.yml --enable-tool-server awslabs.aws-documentation-mcp-server
ToolChat - Ctrl-D or /quit to quit
Enter /multi to enter and exit multiline mode, /help for more commands
> look up documentation on S3 bucket naming rule. cite your sources
Okay, I can help with that. I will search for the S3 bucket naming rules
documentation and provide a summary along with the source URL.

_Tool search_documentation {'search_phrase': 'S3 bucket naming rules', 'limit': 1}_

Okay, I found a relevant document. I will now read the content to summarize the
S3 bucket naming rules.

_Tool read_documentation {'url': 'https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html'}_

Okay, here is a summary of the naming rules for Amazon S3 general purpose
buckets, based on the official AWS documentation:

S3 General Purpose Bucket Naming Rules:

 • Length: Must be between 3 and 63 characters long.
 • Characters: Can only contain lowercase letters (a-z), numbers (0-9), periods
   (.), and hyphens (-).
 • Start/End: Must begin and end with a letter or number.
 ...[elided]

目录标签

目录标签

LLM交互Python文档查询本地部署工具配置多模态输入

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP