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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
获取所有已配置的工具列表。
调用特定服务器上的工具。参数: server_name (string), tool_name (string), tool_args (object)
获取所有已配置的资源列表。
读取特定服务器上的资源。参数: server_name (string), resource_uri (string)
更新服务器连接,Host 会根据配置文件的更新来新建/重启/删除 Server 连接。