Overview
What is mcp-client-server-host-demo
mcp-client-server-host-demo is a demonstration project that showcases the integration of the Model Context Protocol (MCP) with Pokemon data, featuring an MCP server, client, and HTTP server.
How to Use
To use the demo, install the dependencies with 'bun install', then run the MCP client using 'bun mcp_client.ts', which will automatically launch the MCP server. For the HTTP server, set your OpenRouter API key and run 'bun http_server.ts'. Access the server at http://localhost:3005.
Key Features
Key features include an MCP server that provides Pokemon data and attack capabilities, an MCP client for interaction, and an HTTP server that allows integration with LLMs for executing Pokemon attacks.
Use Cases
Use cases include showcasing MCP capabilities, developing applications that utilize Pokemon data, and integrating LLMs for enhanced interaction with Pokemon tools.