buildInitializedNotification creates the MCP initialized notification.
()
| 481 | |
| 482 | // buildInitializedNotification creates the MCP initialized notification. |
| 483 | func buildInitializedNotification() string { |
| 484 | return `{"jsonrpc":"2.0","method":"notifications/initialized"}` |
| 485 | } |
| 486 | |
| 487 | // readJSONRPCResponse reads lines from the scanner, skipping server-initiated |
| 488 | // notifications (messages without an "id" field), and returns the first response. |
no outgoing calls