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.
2 parents 1632e63 + c2ddd49 commit ccc2c44Copy full SHA for ccc2c44
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.11"
+version = "0.0.12"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
src/uipath_mcp/_cli/_runtime/_session.py
@@ -79,7 +79,7 @@ async def _run_server(
79
f"Session {self.session_id} - sending to SignalR: {json_str[:100]}..."
80
)
81
await signalr_client.send(
82
- "OnMessageReceived", [self.session_id, json_str]
+ "OnMessageReceived", [json_str]
83
84
finally:
85
# Cancel the consumer when we exit the loop
0 commit comments