We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a348d commit 5b28894Copy full SHA for 5b28894
2 files changed
README.md
@@ -14,7 +14,7 @@ This library provides a complete implementation of the [MCP server specification
14
Add Phantom to your dependencies:
15
16
```elixir
17
- {:phantom_mcp, "~> 0.4.0"},
+ {:phantom_mcp, "~> 0.4.1"},
18
```
19
20
## Stdio Transport (Local Clients)
mix.exs
@@ -14,7 +14,7 @@ defmodule Phantom.MixProject do
escript: escript(Mix.env()),
package: package(),
start_permanent: Mix.env() == :prod,
- version: "0.4.0",
+ version: "0.4.1",
source_url: "https://github.com/dbernheisel/phantom_mcp"
]
end
0 commit comments