claude-desktop-transport-bridge
Claude Desktop Transport Bridgeは、SSEおよびWebSocket接続をサポートするトランスポートブリッジです。Node.jsを使用して構築され、簡単にインストールおよび使用できるため、開発者にとって便利なツールです。リポジトリはMITライセンスの下で提供されており、開発環境のセットアップも簡単です。
GitHubスター
4
ユーザー評価
未評価
お気に入り
0
閲覧数
32
フォーク
1
イシュー
0
README
Claude Desktop Transport Bridge
A transport bridge for Claude Desktop that supports both SSE and WebSocket connections.
Installation
Install globally from GitHub:
npm install -g github:chromecide/claude-desktop-transport-bridge
Usage
For SSE connections:
claude-bridge SSE '{"url": "your-sse-url-here"}'
For WebSocket connections:
claude-bridge WEBSOCKET '{"url": "your-websocket-url-here"}'
Requirements
- Node.js >= 20.0.0
- npm
Development
- Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
- Install dependencies:
npm install
- Build the project:
npm run build
- For development with watch mode:
npm run watch
License
MIT