File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.14.0 "
2
+ "." : " 0.14.1 "
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## [ 0.14.1] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.14.0...v0.14.1 ) (2025-08-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * remove the default mcp path for streamable http ([ #226 ] ( https://github.com/cloudwalk/hermes-mcp/issues/226 ) ) ([ 7163ce3] ( https://github.com/cloudwalk/hermes-mcp/commit/7163ce3dca72d24e07b3aebe0f025d0ab0f23611 ) )
11
+
5
12
## [ 0.14.0] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.13.4...v0.14.0 ) (2025-08-06)
6
13
7
14
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Hermes MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https:
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:hermes_mcp , " ~> 0.14.0 " } # x-release-please-version
19
+ {:hermes_mcp , " ~> 0.14.1 " } # x-release-please-version
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change 54
54
packages = forAllSystems ( pkgs : {
55
55
default = pkgs . stdenv . mkDerivation {
56
56
pname = "hermes-mcp" ;
57
- version = "0.14.0 " ; # x-release-please-version
57
+ version = "0.14.1 " ; # x-release-please-version
58
58
src = ./. ;
59
59
60
60
buildInputs = with pkgs ; [
Original file line number Diff line number Diff line change 1
1
defmodule Hermes.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.14.0 "
4
+ @ version "0.14.1 "
5
5
@ source_url "https://github.com/cloudwalk/hermes-mcp"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments