Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/mcp-dynamic-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Dynamic MCP Server with self-extending tools"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.99",
"uipath-mcp>=0.0.101",
]
requires-python = ">=3.11"
8 changes: 4 additions & 4 deletions samples/mcp-dynamic-server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/mcp-functions-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "MCP Server that allows dynamic code functions creation and executions"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.99",
"uipath-mcp>=0.0.101",
]
requires-python = ">=3.11"
8 changes: 4 additions & 4 deletions samples/mcp-functions-server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/mcp-math-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Advanced Math Operations MCP Server"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.99",
"uipath-mcp>=0.0.101",
]
requires-python = ">=3.11"
8 changes: 4 additions & 4 deletions samples/mcp-math-server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/mcp-sdk-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Python SDK MCP Server"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.99",
"uipath-mcp>=0.0.101",
]
requires-python = ">=3.11"
8 changes: 4 additions & 4 deletions samples/mcp-sdk-server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uipath_mcp/_cli/_templates/pyproject.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Description for $project_name project"
authors = [{ name = "John Doe", email = "[email protected]" }]
dependencies = [
"uipath-mcp>=0.0.96",
"uipath-mcp>=0.0.101",
]
requires-python = ">=3.11"