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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Fetches the list of all available tools from all servers.
Calls a specific tool on a specific server with provided arguments. Parameters: server_name (string), tool_name (string), tool_args (object).
Fetches the list of all available resources from all servers.
Reads a specific resource from a specific server. Parameters: server_name (string), resource_uri (string).
Updates the server connection based on the configuration file. No parameters needed.