Releases: GoCodeAlone/workflow-plugin-mcp
Releases · GoCodeAlone/workflow-plugin-mcp
v0.1.2
v0.1.1
Immutable
release. Only release title and notes can be modified.
Changelog
- 90166eb chore(deps): bump workflow v0.64.0 (#9)
- 639ed3f chore: add goreleaser ldflag for internal.Version injection (workflow#764) (#6)
- 45b96f3 chore: wire sdk.WithBuildVersion + validate-contract gate (workflow#764) (#5)
- 8ef9e33 ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#4)
- eb7ddcd ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#8)
- 1d974da ci: publish GoReleaser drafts after artifact upload
- 0097bc8 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#7)
- 3a2f6d5 docs(mcp): add examples/minimal/config.yaml (#3)
- 8b5c40c docs(mcp): experimental banner + MIT LICENSE (QoL sweep) (#2)
v0.1.0
Changelog
- c0937bd Initial commit
- 57df641 chore: initialize from workflow-plugin-template for MCP plugin
- 3249954 docs: add README covering both consumption modes and v0.1.0 limitations
- eaec4e1 feat: add mcp.ServerModule and ToolRegistry with TDD tests
- 8816856 feat: add mcp.http_transport module
- e0b0da6 feat: add mcp.stdio_transport module
- ce49cf6 feat: add mcp.tool trigger for pipeline registration
- 664b913 feat: implement external gRPC adapter (Task 2.5b)
- cd189f8 feat: register EnginePlugin with factories and replay tools on server start
- 2ecb2c3 fix: restore configurable ToolRegistry name per spec
- efdaf0d fix: surface HTTP bind errors and make stdio Stop cancel its context
- 9757321 refactor: assert modular.Module on ServerModule and ToolRegistry
- d7cfe6b refactor: guard duplicate tool names and stash server name for Task 2.5
- 852d589 refactor: tighten Parse*Config errors and observe transport bind in lifecycle test
- 55c806a refactor: tighten gRPC adapter per review follow-ups