Mathew Han
Mathew Han
## Description This PR exposes the session id callback from MCP's `streamablehttp_client` as a method in `StreamableHTTPTransport`. It let's users have easier access to `mcp-session-id`. **Contributors Checklist** - [x] My...
### Enhancement Currently, the [StreamableHTTPTransport](https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/client/transports.py#L290) doesn't expose the session id callback from MCP's `streamablehttp_client`. ```python async with streamablehttp_client( self.url, auth=self.auth, **client_kwargs, ) as transport: read_stream, write_stream, _ = transport async...
## What was changed Added a values-schemas-json generated by `helm plugin install https://github.com/losisin/helm-values-schema-json.git && helm schema`. ## Why? This is useful for some applications such as cdk8s which generates the...