Skip to content

v0.2.0

Latest

Choose a tag to compare

@edis-uipath edis-uipath released this 03 Apr 14:58

uipath-mcp v0.2.0

Breaking Changes

Features

  • Streamable HTTP transport — MCP servers can now use streamable-http transport in addition to stdio (#161)
  • Token refresh mechanism — background token refresh for long-lived MCP runtime connections, supporting both OAuth and client credentials flows (#179)
  • Server name validation — MCP config loader now validates server names on load (#145)
  • Samples — added sample projects for MCP functions agent, SDK server, and GitHub/Slack agents

Fixes

  • Folder path error handling — improved error messages when UIPATH_FOLDER_PATH is invalid (#183)
  • OAuth token refresh — replaced deleted PortalService with IdentityService to align with upstream uipath 2.10.x changes