Skip to content

Commit fb01de6

Browse files
committed
feat: uipath new cli command
1 parent 202733b commit fb01de6

File tree

6 files changed

+612
-6
lines changed

6 files changed

+612
-6
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"$server_name": {
4+
"transport": "stdio",
5+
"command": "python",
6+
"args": ["server.py"]
7+
}
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "$project_name"
3+
version = "0.0.1"
4+
description = "Description for '$project_name' project"
5+
authors = [{ name = "John Doe", email = "[email protected]" }]
6+
dependencies = [
7+
"uipath-mcp>=0.0.96",
8+
]
9+
requires-python = ">=3.11"

0 commit comments

Comments
 (0)