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