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 1a80168 commit eb57dcfCopy full SHA for eb57dcf
.github/workflows/build-github-mcp-server.yml
@@ -76,7 +76,7 @@ jobs:
76
description = "Official GitHub MCP Server"
77
authors = [{ name = "John Doe" }]
78
dependencies = [
79
- "uipath-mcp==0.0.73",
+ "uipath-mcp==0.0.74",
80
]
81
requires-python = ">=3.10"
82
EOF
pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.73"
+version = "0.0.74"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
7
8
"mcp==1.6.0",
9
"pysignalr==1.2.0",
10
- "uipath==2.0.19",
+ "uipath==2.0.20",
11
12
classifiers = [
13
"Development Status :: 3 - Alpha",
0 commit comments