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
|
||||
# Clone your fork
|
||||
git clone https://github.com/YOUR_USERNAME/claude-code-bridge.git
|
||||
cd claude-code-bridge
|
||||
git clone https://github.com/YOUR_USERNAME/mcp-multiagent-bridge.git
|
||||
cd mcp-multiagent-bridge
|
||||
|
||||
# Install dependencies
|
||||
pip install -r requirements.txt
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@ Claude Code Bridge is a secure, production-lean MCP server that enables two Clau
|
|||
|
||||
```bash
|
||||
# Clone repository
|
||||
git clone https://github.com/YOUR_USERNAME/claude-code-bridge.git
|
||||
cd claude-code-bridge
|
||||
git clone https://github.com/YOUR_USERNAME/mcp-multiagent-bridge.git
|
||||
cd mcp-multiagent-bridge
|
||||
|
||||
# Install dependencies
|
||||
pip install mcp>=1.0.0
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ class SecureBridge:
|
|||
|
||||
|
||||
# MCP Server Setup
|
||||
app = Server("claude-code-bridge-secure")
|
||||
app = Server("mcp-multiagent-bridge")
|
||||
bridge = None # Will be initialized with db_path
|
||||
yolo = None # Will be initialized if YOLO mode enabled
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue