Unify MCP across clients; remove legacy plugin server
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled

This commit is contained in:
DSS
2025-12-12 14:33:18 -03:00
parent 1d53ec341d
commit ec09a0a662
60 changed files with 3451 additions and 4668 deletions

View File

@@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
CONFIG_DIR = Path.home() / ".dss"
CONFIG_FILE = CONFIG_DIR / "config.json"
DEFAULT_REMOTE_URL = "https://dss.overbits.luz.uy"
DEFAULT_LOCAL_URL = "http://localhost:6006"
DEFAULT_LOCAL_URL = "http://localhost:6220"
class DSSMode(str, Enum):

View File

@@ -105,7 +105,7 @@ def mcp_get_compiler_status() -> str:
# MCP Tool Registry
# This can be imported by dss-mcp-server.py to register the tools
# These tool definitions can be imported by the unified DSS MCP layer if needed.
MCP_TOOLS = {
"dss_get_resolved_context": {