chore: add platform mcp type#1690
Conversation
There was a problem hiding this comment.
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 = 6in Orchestrator MCP models. - Bump
uipath-platformversion from0.1.59to0.1.60. - Update
uv.lock(including a change toexclude-newermetadata).
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) |
6e606d0 to
a38555d
Compare
a38555d to
84c0ac5
Compare
|
🚨 Heads up:
|
🚨 Heads up:
|



Description
Add type
Platformto theMcpServerTypeenum.