Skip to content

Commit ea1b636

Browse files
committed
fix: stdio client
1 parent a105a24 commit ea1b636

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-mcp"
3-
version = "0.0.81"
3+
version = "0.0.82"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath_mcp/_cli/_runtime/_session.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
from typing import Dict, Optional
55

66
import mcp.types as types
7-
from mcp import StdioServerParameters
7+
from mcp import StdioServerParameters, stdio_client
88
from opentelemetry import trace
99
from uipath import UiPath
1010

1111
from .._utils._config import McpServer
12-
from ._stdio_client import stdio_client
1312
from ._tracer import McpTracer
1413

1514
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)