Skip to content

Releases: GoCodeAlone/workflow-plugin-mcp

v0.1.2

24 May 21:51
Immutable release. Only release title and notes can be modified.
50f01c1

Choose a tag to compare

Changelog

  • 50f01c1 ci: replace getReleaseByTag with gh release edit (C3 governance sweep) (#10)

v0.1.1

24 May 20:45
Immutable release. Only release title and notes can be modified.
90166eb

Choose a tag to compare

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

17 Apr 00:57
v0.1.0
3249954

Choose a tag to compare

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