Skip to content

choere: add platform mcp type#1690

Open
GabrielVasilescu04 wants to merge 1 commit into
mainfrom
feat/add-platform-mcp-type
Open

choere: add platform mcp type#1690
GabrielVasilescu04 wants to merge 1 commit into
mainfrom
feat/add-platform-mcp-type

Conversation

@GabrielVasilescu04
Copy link
Copy Markdown
Contributor

Description

Add type Platform to the McpServerType enum.

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this May 28, 2026
Copilot AI review requested due to automatic review settings May 28, 2026 12:45
@github-actions github-actions Bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-integrations labels May 28, 2026
Copy link
Copy Markdown

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

Adds a new Platform member to the McpServerType enum in uipath-platform to represent platform-hosted MCP servers (e.g., Orchestrator/TestManager), and bumps the package version accordingly.

Changes:

  • Add McpServerType.Platform = 6 in Orchestrator MCP models.
  • Bump uipath-platform version from 0.1.59 to 0.1.60.
  • Update uv.lock (including a change to exclude-newer metadata).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
packages/uipath-platform/src/uipath/platform/orchestrator/mcp.py Adds the new Platform enum value for MCP server typing.
packages/uipath-platform/pyproject.toml Bumps the library version to 0.1.60.
packages/uipath-platform/uv.lock Updates lockfile to reflect the new package version and changes exclude-newer metadata.

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

SelfHosted = 3 # tunnel to (externally) self-hosted server
Remote = 4 # HTTP connection to remote MCP server
ProcessAssistant = 5 # Dynamic user process assistant
Platform = 6 # Platform MCP server (e.g: Orchestrator, TestManager)
@sonarqubecloud
Copy link
Copy Markdown

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

Labels

test:uipath-integrations test:uipath-langchain Triggers tests in the uipath-langchain-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants