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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
通过 GET 请求获取所有连接的服务器的工具列表,返回每个服务器及其工具的详细信息。
通过 POST 请求调用特定服务器上的工具,参数包括服务器名称、工具名称和工具参数。返回工具执行的结果。
通过 GET 请求获取所有连接的服务器的资源列表,返回每个服务器及其资源的详细信息。
通过 POST 请求读取特定服务器上的资源,参数包括服务器名称和资源 URI。返回资源的详细信息,包括 MIME 类型和内容。
通过 POST 请求更新服务器连接,Host 会根据配置文件的新内容来新建、重启或删除服务器连接,无需重启 Host 服务。