diff --git a/workspace/a2a_mcp_server.py b/workspace/a2a_mcp_server.py index e1f300d7..d428431c 100644 --- a/workspace/a2a_mcp_server.py +++ b/workspace/a2a_mcp_server.py @@ -248,13 +248,6 @@ def _build_channel_instructions() -> str: ) -# Module-level frozen copy preserves the import-time-stable identity -# tests + tooling rely on (e.g. wheel-smoke import probes). The function -# above is the source of truth at runtime — `_build_initialize_result` -# always calls it fresh so env changes between launches take effect. -_CHANNEL_INSTRUCTIONS = _build_channel_instructions() - - def _build_initialize_result() -> dict: """MCP initialize handshake result.