Skip to content

Commit ddae0f1

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f252a7b commit ddae0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pieces/mcp/list_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def print_setup_status(integration: Integration, key: str) -> str:
1717
return f"✅ {integration} MCP is set up!"
1818

1919
if not integration.exists():
20-
return f"ℹ️ {integration} does not exsits."
20+
return f"ℹ️ {integration} does not exist."
2121

2222
return (
2323
f"❌ {integration} MCP is not set up. "

0 commit comments

Comments
 (0)