mcp-chat-demo

A sample chat application demonstrating integration with Model Context Protocol (MCP) servers

GitHubスター

1

ユーザー評価

未評価

フォーク

1

イシュー

1

閲覧数

3

お気に入り

0

README
MCP Chat Demo

A sample chat application demonstrating integration with Model Context Protocol (MCP) servers.

Project Structure
mcp-chat-demo/
├── package.json
├── README.md
├── .gitignore
├── src/
│   ├── App.tsx
│   ├── main.tsx
│   ├── components/
│   │   ├── Chat.tsx
│   │   ├── MessageList.tsx
│   │   ├── MessageInput.tsx
│   │   └── MCPConnection.tsx
│   ├── lib/
│   │   ├── mcp-client.ts
│   │   └── types.ts
│   └── styles/
│       └── main.css
└── public/
    └── index.html
Setup Instructions
  1. Clone the repository:
git clone https://github.com/yourusername/mcp-chat-demo.git
cd mcp-chat-demo
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
Features
  • Connect to local or remote MCP servers
  • Real-time chat interface
  • Support for MCP tools and resources
  • Message history
  • Error handling and reconnection logic
Technology Stack
  • React 18
  • TypeScript
  • Vite
  • TailwindCSS
  • MCP TypeScript SDK
作者情報
Eric Hartye
Oak Ridge, TN

1

フォロワー

9

リポジトリ

0

Gist

2

貢献数

トップ貢献者

タグ
スレッド