diff --git a/config.json b/config.json index 8d9c2b1..c38e2f8 100644 --- a/config.json +++ b/config.json @@ -24,7 +24,7 @@ } }, "smc": { - "alias": "SMC", + "alias": "Smart Media Cellular", "billing": { "host": "139.180.190.239", "user": "chatbot", @@ -32,7 +32,7 @@ "name": "smc" }, "routers": { - "router-smc": { + "router-smc-core": { "host": "103.138.63.183", "port": 81, "user": "chatbot", diff --git a/src/__pycache__/server.cpython-311.pyc b/src/__pycache__/server.cpython-311.pyc index 9381304..4be4570 100644 Binary files a/src/__pycache__/server.cpython-311.pyc and b/src/__pycache__/server.cpython-311.pyc differ diff --git a/src/server.py b/src/server.py index 9a747b3..7fb0abc 100644 --- a/src/server.py +++ b/src/server.py @@ -121,7 +121,7 @@ async def list_tools() -> List[Tool]: "type": "string", "description": "Optional: Specific ISP/Provider name to refresh. If omitted, refreshes default." } - }, + } } ), Tool( @@ -150,7 +150,6 @@ async def list_tools() -> List[Tool]: }, "required": ["router_host"] } - ) ), Tool( name="list_system_info",