Skip to content

Commit e991979

Browse files
authored
Merge pull request #135 from UiPath/fix/update_samples_101
fix: update samples min version 0.0.101
2 parents cea4cf7 + e1acbb2 commit e991979

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

samples/mcp-dynamic-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Dynamic MCP Server with self-extending tools"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.99",
7+
"uipath-mcp>=0.0.101",
88
]
99
requires-python = ">=3.11"

samples/mcp-dynamic-server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/mcp-functions-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "MCP Server that allows dynamic code functions creation and executions"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.99",
7+
"uipath-mcp>=0.0.101",
88
]
99
requires-python = ">=3.11"

samples/mcp-functions-server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/mcp-math-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Advanced Math Operations MCP Server"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.99",
7+
"uipath-mcp>=0.0.101",
88
]
99
requires-python = ">=3.11"

samples/mcp-math-server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/mcp-sdk-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Python SDK MCP Server"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.99",
7+
"uipath-mcp>=0.0.101",
88
]
99
requires-python = ">=3.11"

samples/mcp-sdk-server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uipath_mcp/_cli/_templates/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Description for $project_name project"
55
authors = [{ name = "John Doe", email = "[email protected]" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.96",
7+
"uipath-mcp>=0.0.101",
88
]
99
requires-python = ">=3.11"

0 commit comments

Comments
 (0)