feat: Update SMC alias to 'Smart Media Cellular' in config.json.

This commit is contained in:
2026-01-31 18:10:28 +08:00
parent b9b623e3e6
commit a7dcba09fb
3 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
} }
}, },
"smc": { "smc": {
"alias": "SMC", "alias": "Smart Media Cellular",
"billing": { "billing": {
"host": "139.180.190.239", "host": "139.180.190.239",
"user": "chatbot", "user": "chatbot",
@@ -32,7 +32,7 @@
"name": "smc" "name": "smc"
}, },
"routers": { "routers": {
"router-smc": { "router-smc-core": {
"host": "103.138.63.183", "host": "103.138.63.183",
"port": 81, "port": 81,
"user": "chatbot", "user": "chatbot",

View File

@@ -121,7 +121,7 @@ async def list_tools() -> List[Tool]:
"type": "string", "type": "string",
"description": "Optional: Specific ISP/Provider name to refresh. If omitted, refreshes default." "description": "Optional: Specific ISP/Provider name to refresh. If omitted, refreshes default."
} }
}, }
} }
), ),
Tool( Tool(
@@ -150,7 +150,6 @@ async def list_tools() -> List[Tool]:
}, },
"required": ["router_host"] "required": ["router_host"]
} }
)
), ),
Tool( Tool(
name="list_system_info", name="list_system_info",