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
4 changes: 2 additions & 2 deletions samples/github-helper-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "github-helper-agent"
version = "0.0.30"
version = "0.0.1"
description = "An automated agent that reviews GitHub pull requests and provides feedback"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain==0.0.93",
"uipath-langchain>=0.0.118",
"langgraph>=0.3.34",
"langchain-mcp-adapters>=0.0.9"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/github-slack-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "An automated agent that reviews GitHub pull requests and provides feedback on Slack"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain==0.0.93",
"uipath-langchain>=0.0.118",
"langgraph>=0.3.34",
"langchain-mcp-adapters>=0.0.9"
]
Expand Down
4 changes: 2 additions & 2 deletions samples/mcp-dynamic-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "mcp-dynamic-server"
version = "0.0.19"
version = "0.0.1"
description = "Dynamic MCP Server with self-extending tools"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.78",
"uipath-mcp>=0.0.99",
]
requires-python = ">=3.11"
1,012 changes: 719 additions & 293 deletions samples/mcp-dynamic-server/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/mcp-functions-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "mcp-coder-agent"
version = "0.0.4"
version = "0.0.1"
description = "A coder agent that implements and tests Python functions using a dynamic MCP server"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain-nightly>=0.0.109.dev1000870000,<0.0.109.dev1000880000",
"uipath-langchain>=0.0.118",
"langgraph>=0.3.34",
"langchain-mcp-adapters>=0.0.9"
]
Expand Down
4 changes: 2 additions & 2 deletions samples/mcp-functions-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "mcp-functions-server"
version = "0.0.3"
version = "0.0.1"
description = "MCP Server that allows dynamic code functions creation and executions"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.78",
"uipath-mcp>=0.0.99",
]
requires-python = ">=3.11"
1,012 changes: 719 additions & 293 deletions samples/mcp-functions-server/uv.lock

Large diffs are not rendered by default.

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.78",
"uipath-mcp>=0.0.99",
]
requires-python = ">=3.11"
1,049 changes: 762 additions & 287 deletions samples/mcp-math-server/uv.lock

Large diffs are not rendered by default.

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.78",
"uipath-mcp>=0.0.99",
]
requires-python = ">=3.11"
414 changes: 184 additions & 230 deletions samples/mcp-sdk-server/uv.lock

Large diffs are not rendered by default.