Skip to content

Commit 2f38b28

Browse files
author
Zoey Pessanha
committed
server rfc
1 parent 8f55057 commit 2f38b28

File tree

2 files changed

+1156
-1
lines changed

2 files changed

+1156
-1
lines changed

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hermes.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@source_url "https://github.com/cloudwalk/hermes-mcp"
66

77
def project do
@@ -114,6 +114,7 @@ defmodule Hermes.MixProject do
114114
"pages/error_handling.md",
115115
"pages/protocol_upgrade_2025_03_26.md",
116116
"pages/cli_usage.md",
117+
"pages/server_implementation_rfc.md",
117118
"README.md",
118119
"CHANGELOG.md",
119120
"CONTRIBUTING.md",
@@ -134,6 +135,7 @@ defmodule Hermes.MixProject do
134135
],
135136
References: [
136137
"pages/rfc.md",
138+
"pages/server_implementation_rfc.md",
137139
"ROADMAP.md",
138140
"pages/protocol_upgrade_2025_03_26.md"
139141
]

0 commit comments

Comments
 (0)