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 a105a24 commit ea1b636Copy full SHA for ea1b636
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.81"
+version = "0.0.82"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
src/uipath_mcp/_cli/_runtime/_session.py
@@ -4,12 +4,11 @@
from typing import Dict, Optional
import mcp.types as types
7
-from mcp import StdioServerParameters
+from mcp import StdioServerParameters, stdio_client
8
from opentelemetry import trace
9
from uipath import UiPath
10
11
from .._utils._config import McpServer
12
-from ._stdio_client import stdio_client
13
from ._tracer import McpTracer
14
15
logger = logging.getLogger(__name__)
0 commit comments