# mcp-durable-object-client

> MCP Client

This repository demonstrates a durable object pattern for an MCP client, showcasing communication between a client and server. The client sends a request to the server, which processes it and

## Overview

- **Category:** Communication
- **Language:** TypeScript
- **Stars:** 62
- **Forks:** 7
- **Owner:** Dhravya
- **GitHub:** https://github.com/Dhravya/mcp-durable-object-client
- **Created:** 2025-03-06T17:28:05+00:00
- **Updated:** 2025-03-23T14:55:17+00:00
- **Source:** https://model-context-protocol.com/clients/durable-object-mcp-client-communication-example

## Setup

## Setup

1. Install dependencies in `/` and `/server` using `npm i`.
2. Start the server by running `npm run start` in `server/`.
3. Start the client by running `npm run start` in `/`.

## Tools

## Available Tools

1. MCP Client as a durable object (Demonstrates a working pattern).
2. Client-Server interaction (Client makes a call to the server and gets a response).
