Leave
Leave
When pushing a new controller `A` from controller `B`, B's `viewWillDisappear` & `viewDidDisappear` will not be called.
## Goal I'm implementing the **StreamableHTTP** transport protocol for the MCP client. The existing `stdio-client` and `sse-client` share a significant amount of duplicated code in the application-layer protocol implementation (e.g.,...
This PR implements the basic streamable-http transport for the client side. This implementation follows the [specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports), including (but not limited to) - upgradable to SSE response - SessionID management -...
## Description Implemented for client-side streamable-http transport - option to listen continuously for server notifications with a long-live GET connection (missing feature from spec) - and a logger option ##...