File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This library provides a complete implementation of the [MCP server specification
1414Add 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments