Skip to content

Conversation

@edis-uipath
Copy link
Collaborator

@edis-uipath edis-uipath commented Dec 16, 2025

https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.24.0
#160

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-mcp==0.0.107.dev1001640202",

  # Any version from PR
  "uipath-mcp>=0.0.107.dev1001640000,<0.0.107.dev1001650000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-mcp = { index = "testpypi" }

@edis-uipath edis-uipath force-pushed the feature/upgrade-mcp-1.24.0 branch from 0f6f2b6 to 06d0e6c Compare December 16, 2025 17:14
@edis-uipath edis-uipath added the build:dev Create a dev build from the pr label Dec 17, 2025
@edis-uipath edis-uipath marked this pull request as ready for review December 17, 2025 13:11
Copilot AI review requested due to automatic review settings December 17, 2025 13:11
@edis-uipath edis-uipath merged commit ed56176 into main Dec 17, 2025
17 checks passed
@cristipufu cristipufu deleted the feature/upgrade-mcp-1.24.0 branch December 17, 2025 13:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the Model Context Protocol (MCP) SDK from version 1.11.0 to 1.24.0, bumping the package version to 0.0.107.

  • Updated mcp dependency from 1.11.0 to 1.24.0
  • Bumped uipath-mcp package version from 0.0.106 to 0.0.107
  • Incorporated three new transitive dependencies: pyjwt[crypto], typing-extensions, and typing-inspection

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated mcp dependency to 1.24.0 and bumped package version to 0.0.107
uv.lock Updated lock file with new mcp version, updated hashes, and added three new transitive dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants