MCP Host CLI
Summary
A simple and easy-to-use MCP Host CLI that provides a command-line interface for creating and managing MCP hosts. Built by Liu Jilong, this tool leverages the Model Context Protocol SDK to establish connections between AI assistants and external services. The implementation includes both client and server components, allowing users to quickly set up an MCP host environment through a streamlined CLI experience. It's particularly useful for developers looking to integrate AI capabilities with their applications without dealing with complex configuration processes.
Available Actions(5)
获取所有工具列表
获取所有连接的 MCP 服务器提供的工具列表。使用 GET 请求,响应将包含工具的名称和描述。
调用工具
调用特定服务器上的工具。使用 POST 请求,参数包括服务器名称、工具名称和工具参数。
获取所有资源列表
获取所有连接的 MCP 服务器提供的资源列表。使用 GET 请求,响应将包含资源的 URI、类型和名称。
读取特定资源
读取特定服务器上的资源。使用 POST 请求,参数包括服务器名称和资源 URI。
更新 Server 连接
更新服务器连接,根据配置文件的新内容创建、重启或删除服务器连接。使用 POST 请求,不需要任何额外参数。
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください