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": {
"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",

View File

@@ -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",