We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b5795 commit dfc7babCopy full SHA for dfc7bab
1 file changed
cecli/commands/list_mcp.py
@@ -37,7 +37,7 @@ async def execute(cls, io, coder, args, **kwargs):
37
else:
38
result.append("No other MCP servers are configured.")
39
40
- return format_command_result(io, cls.NORM_NAME, "", "\n".join(result))
+ return format_command_result(io, cls.NORM_NAME, "\n".join(result))
41
42
@classmethod
43
def get_help(cls) -> str:
0 commit comments