We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb5ae9 commit a6c4d5cCopy full SHA for a6c4d5c
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.1"},
+ {:phantom_mcp, "~> 0.4.2"},
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.1",
+ version: "0.4.2",
source_url: "https://github.com/dbernheisel/phantom_mcp"
]
end
0 commit comments