Skip to content

Commit dfc7bab

Browse files
author
Your Name
committed
cli-41: list
1 parent a6b5795 commit dfc7bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cecli/commands/list_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def execute(cls, io, coder, args, **kwargs):
3737
else:
3838
result.append("No other MCP servers are configured.")
3939

40-
return format_command_result(io, cls.NORM_NAME, "", "\n".join(result))
40+
return format_command_result(io, cls.NORM_NAME, "\n".join(result))
4141

4242
@classmethod
4343
def get_help(cls) -> str:

0 commit comments

Comments
 (0)