Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

File metadata and controls

32 lines (22 loc) · 1.01 KB

MCP Client

A STDIO MCP Client build from scratch without any third-party libraries.

This project is based on the Youtube videos 'MCP Client Setup in 10 Minutes' and 'AI Tool Calling' from Jack Herrington.

🚀 Getting Started

🤖 Connecting to an AI Agent

To use the MCP Client, a connection with a LLM is required. This project uses the GitHub Copilot Proxy, which differs from the original videos that demonstrate integration with the Anthropic API.

▶️ Running the MCP Client

Use the following commands to start the MCP client:

pnpm run dev    # start the server in development mode
pnpm run start  # start the server in production mode

🔗 Interacting with the MCP Client

An interactive terminal interface is also available for communicating with the MCP Client. It can be used to run tools, request resources, or chat with the AI agent.