Updated CLI invocation and config model for tools and mcp

This commit is contained in:
Cyber MacGeddon 2025-07-16 19:47:11 +01:00
parent a96d02da5d
commit 6c2a1824f5
5 changed files with 88 additions and 80 deletions

View file

@ -26,11 +26,10 @@ def show_config(url):
table = []
table.append(("id", value.key))
table.append(("name", data["name"]))
table.append(("remote-name", data["remote-name"]))
table.append(("url", data["url"]))
print()
print(value.key + ":")
print(tabulate.tabulate(
table,