Skip to content

Tags: micro/go-micro

Tags

v6.3.17

Toggle v6.3.17's commit message
Release v6.3.17 — automated patch (33 commits since v6.3.16)

v6.3.16

Toggle v6.3.16's commit message
Release v6.3.16 — automated patch (41 commits since v6.3.15)

v6.3.15

Toggle v6.3.15's commit message
Release v6.3.15 — automated patch (45 commits since v6.3.14)

v6.3.14

Toggle v6.3.14's commit message
Release v6.3.14 — automated patch (43 commits since v6.3.13)

v6.3.13

Toggle v6.3.13's commit message
Release v6.3.13 — automated patch (38 commits since v6.3.12)

v6.3.12

Toggle v6.3.12's commit message
Release v6.3.12 — automated daily patch (29 commits since v6.3.11)

v6.3.11

Toggle v6.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(priorities): refresh architect queue (#3557)

Co-authored-by: Codex <codex@openai.com>

v6.3.10

Toggle v6.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
agent: reuse tools instance in setupWithToolHandler (fix StreamAsk to…

…ol resolution) (#3365)

v6.3.9

Toggle v6.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
events: WithStore option for a durable, replayable stream (#3357)

* events: add WithStore option for a durable stream

* events: honor injected store in NewStream

v6.3.8

Toggle v6.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.