chore: update repository references to mcp-multiagent-bridge
This commit is contained in:
parent
2791aebda9
commit
7350604357
3 changed files with 5 additions and 5 deletions
|
|
@ -68,8 +68,8 @@ Closes #15
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone your fork
|
# Clone your fork
|
||||||
git clone https://github.com/YOUR_USERNAME/claude-code-bridge.git
|
git clone https://github.com/YOUR_USERNAME/mcp-multiagent-bridge.git
|
||||||
cd claude-code-bridge
|
cd mcp-multiagent-bridge
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -95,8 +95,8 @@ Claude Code Bridge is a secure, production-lean MCP server that enables two Clau
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://github.com/YOUR_USERNAME/claude-code-bridge.git
|
git clone https://github.com/YOUR_USERNAME/mcp-multiagent-bridge.git
|
||||||
cd claude-code-bridge
|
cd mcp-multiagent-bridge
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install mcp>=1.0.0
|
pip install mcp>=1.0.0
|
||||||
|
|
|
||||||
|
|
@ -345,7 +345,7 @@ class SecureBridge:
|
||||||
|
|
||||||
|
|
||||||
# MCP Server Setup
|
# MCP Server Setup
|
||||||
app = Server("claude-code-bridge-secure")
|
app = Server("mcp-multiagent-bridge")
|
||||||
bridge = None # Will be initialized with db_path
|
bridge = None # Will be initialized with db_path
|
||||||
yolo = None # Will be initialized if YOLO mode enabled
|
yolo = None # Will be initialized if YOLO mode enabled
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue