We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在现在 AI Agent 的方向下,MCP 是一个很重要的协议,它提供了 AI 基本可以使用的工具,允许用户配置 MCP 服务器,可以让 AI 感知 tools 中的内容。AI 在知道 tools 内容之后,可以取得用户授权做一些事情。
const dataStream = useMCPConfig({ servers: [ {type: "sse", target: "http://example.com/sse/"}] })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求动机
在现在 AI Agent 的方向下,MCP 是一个很重要的协议,它提供了 AI 基本可以使用的工具,允许用户配置 MCP 服务器,可以让 AI 感知 tools 中的内容。AI 在知道 tools 内容之后,可以取得用户授权做一些事情。
提议的 API 是什么样的?
The text was updated successfully, but these errors were encountered: