File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -1524,16 +1524,6 @@ async def _resolve(_workspace_id):
15241524 )
15251525
15261526
1527- def test_mcp_instructions_describe_remote_file_transfers ():
1528- assert (
1529- "staged blob transfers for remote MCP clients" in mcp_server ._MCP_INSTRUCTIONS
1530- )
1531- assert "prepare_workflow_file_upload" in mcp_server ._MCP_INSTRUCTIONS
1532- assert "definition_yaml" in mcp_server ._MCP_INSTRUCTIONS
1533- assert "include_definition_yaml=true" in mcp_server ._MCP_INSTRUCTIONS
1534- assert "prepare_template_file_upload" in mcp_server ._MCP_INSTRUCTIONS
1535-
1536-
15371527def test_evaluate_configuration_reports_missing_workspace_secret_keys ():
15381528 requirements = [
15391529 {
Original file line number Diff line number Diff line change @@ -1738,7 +1738,7 @@ def _build_csv_export_payload(
17381738# Server instructions — sent to every MCP client on connection
17391739# ---------------------------------------------------------------------------
17401740
1741- _MCP_INSTRUCTIONS = f """\
1741+ _MCP_INSTRUCTIONS = """\
17421742 Tracecat workflow management server.
17431743
17441744## MCP tool namespaces
You can’t perform that action at this time.
0 commit comments