Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tracecat/mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ def _build_csv_export_payload(
# Server instructions — sent to every MCP client on connection
# ---------------------------------------------------------------------------

_MCP_INSTRUCTIONS = f"""\
_MCP_INSTRUCTIONS = """\
Tracecat workflow management server.

## MCP tool namespaces
Expand Down
Loading