Save current state before cleaning up duplicate MCP server files

This commit is contained in:
Ra
2025-09-03 00:01:02 -07:00
parent 37f76e060e
commit 074c4473ca
35 changed files with 2369 additions and 1187 deletions

View File

@@ -8,9 +8,9 @@ AgentCoordinator MCP server programmatically.
import json
import subprocess
import sys
import uuid
from typing import Dict, Any, Optional
from typing import Any, Dict, Optional
class AgentCoordinatorMCP:
def __init__(self, launcher_path: str = "./scripts/mcp_launcher.sh"):
@@ -190,4 +190,4 @@ def demo():
client.stop()
if __name__ == "__main__":
demo()
demo()