We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f55057 commit 2f38b28Copy full SHA for 2f38b28
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Hermes.MixProject do
2
use Mix.Project
3
4
- @version "0.4.0"
+ @version "0.4.1"
5
@source_url "https://github.com/cloudwalk/hermes-mcp"
6
7
def project do
@@ -114,6 +114,7 @@ defmodule Hermes.MixProject do
114
"pages/error_handling.md",
115
"pages/protocol_upgrade_2025_03_26.md",
116
"pages/cli_usage.md",
117
+ "pages/server_implementation_rfc.md",
118
"README.md",
119
"CHANGELOG.md",
120
"CONTRIBUTING.md",
@@ -134,6 +135,7 @@ defmodule Hermes.MixProject do
134
135
],
136
References: [
137
"pages/rfc.md",
138
139
"ROADMAP.md",
140
"pages/protocol_upgrade_2025_03_26.md"
141
]
0 commit comments