You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
events: WithStore option for a durable, replayable stream (#3357)
* events: add WithStore option for a durable stream
* events: honor injected store in NewStream
gateway/mcp: configurable initialize (serverInfo, protocol version) +…
… named not-found (#3335)
* gateway/mcp: configurable initialize + named not-found
NewHandler takes HandlerOptions: WithServerInfo(name, version) and WithProtocolVersion set the initialize response so a product can brand the endpoint instead of advertising go-micro-mcp/2024-11-05. ManualResolver's not-found error now includes the tool name.
* gateway/mcp: configurable initialize + named not-found
NewHandler takes HandlerOptions: WithServerInfo(name, version) and WithProtocolVersion set the initialize response so a product can brand the endpoint instead of advertising go-micro-mcp/2024-11-05. ManualResolver's not-found error now includes the tool name.