We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252398b commit 4c26602Copy full SHA for 4c26602
Cargo.toml
@@ -18,8 +18,8 @@ anyhow = "1.0"
18
async-trait = "0.1"
19
rand = "0.9"
20
21
-# PulseEngine MCP Framework - Published v0.9.0
+# PulseEngine MCP Framework - Published v0.11.0
22
pulseengine-mcp-server = { version = "0.11.0", features = ["stdio-logging"] }
23
-pulseengine-mcp-macros = { version = "0.10.1" }
24
-pulseengine-mcp-protocol = { version = "0.10.1" }
+pulseengine-mcp-macros = { version = "0.11.0" }
+pulseengine-mcp-protocol = { version = "0.11.0" }
25
pulseengine-mcp-transport = { version = "0.11.0" }
0 commit comments