Skip to content

Commit 860a8fa

Browse files
authored
Allow running only core MCP (#821)
1 parent dd19821 commit 860a8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvirt/kmcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def update_baremetal_host(context: Context,
615615
def main():
616616
parser = argparse.ArgumentParser(description="kclimcp")
617617
parser.add_argument('-e', '--enable', action='append', help='enable additional tools. Can be used multiple times',
618-
choices=["baremetal", "cloud"])
618+
choices=["baremetal", "cloud"], default=[])
619619
parser.add_argument("--http", action='store_true')
620620
args = parser.parse_args()
621621
for tool in args.enable:

0 commit comments

Comments
 (0)