Skip to content

Commit 98e0397

Browse files
chore(master): release action_mcp 0.100.0 (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50d8b4c commit 98e0397

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.90.0"}
1+
{".":"0.100.0"}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.100.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.90.0...action_mcp/v0.100.0) (2025-12-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Servers must now use HTTP polling for async results instead of SSE push notifications.
9+
10+
### Features
11+
12+
* remove SSE support and implement HTTP Streamable transport ([#164](https://github.com/seuros/action_mcp/issues/164)) ([50d8b4c](https://github.com/seuros/action_mcp/commit/50d8b4cde7474f66602d16fb7f6238fa6db2aa7a))
13+
14+
15+
### Bug Fixes
16+
17+
* clear the debug message. ([97f0509](https://github.com/seuros/action_mcp/commit/97f05091d604d8623fcbd4e7dd436c5a8a1b59fe))
18+
* remove debug, they are noisy in dev ([fef019e](https://github.com/seuros/action_mcp/commit/fef019e1d41d5906a5dbdf6511a89ff4821309f6))
19+
320
## [0.90.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.83.4...action_mcp/v0.90.0) (2025-11-26)
421

522

lib/action_mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "gem_version"
44
module ActionMCP
5-
VERSION = "0.90.0"
5+
VERSION = "0.100.0"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)