feat: Update SMC alias to 'Smart Media Cellular' in config.json.
This commit is contained in:
@@ -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",
|
||||
|
||||
Binary file not shown.
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user