Skip to content

Commit c8deaa1

Browse files
committed
Release v0.4.3
1 parent 51f1076 commit c8deaa1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3 (2026-04-03)
2+
3+
- Fix invalid response when client request an invalid resource_uri
4+
15
## 0.4.2 (2026-04-03)
26

37
- Elicitation requests can use the POSTs connection. This should fix hung-up elicitations.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library provides a complete implementation of the [MCP server specification
1414
Add Phantom to your dependencies:
1515

1616
```elixir
17-
{:phantom_mcp, "~> 0.4.2"},
17+
{:phantom_mcp, "~> 0.4.3"},
1818
```
1919

2020
## Stdio Transport (Local Clients)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Phantom.MixProject do
1414
escript: escript(Mix.env()),
1515
package: package(),
1616
start_permanent: Mix.env() == :prod,
17-
version: "0.4.2",
17+
version: "0.4.3",
1818
source_url: "https://github.com/dbernheisel/phantom_mcp"
1919
]
2020
end

0 commit comments

Comments
 (0)