Skip to content

Commit 20ed24f

Browse files
chore(master): release action_mcp 0.104.0 (#175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2fd158 commit 20ed24f

3 files changed

Lines changed: 9 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.103.0"}
1+
{".":"0.104.0"}

CHANGELOG.md

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

3+
## [0.104.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.103.0...action_mcp/v0.104.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* add server instructions for LLM guidance ([#174](https://github.com/seuros/action_mcp/issues/174)) ([d2fd158](https://github.com/seuros/action_mcp/commit/d2fd15816d9ebb4c3da2dee63ee8d0e5a94e2e57))
9+
310
## [0.103.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.102.0...action_mcp/v0.103.0) (2026-01-01)
411

512

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.103.0"
5+
VERSION = "0.104.0"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)