docs(uipath-mcp-servers): document cross-folder IS connection flags#1832
Draft
cosmyo wants to merge 1 commit into
Draft
docs(uipath-mcp-servers): document cross-folder IS connection flags#1832cosmyo wants to merge 1 commit into
cosmyo wants to merge 1 commit into
Conversation
The uip CLI now supports --target-folder-path/--target-folder-key on create-is-activity so an activity tool can reference an IS connection in a different folder than the MCP server. Rewrite Critical Rule 2 (it wrongly said there is no --target-folder-key), add the new command usage, and turn the CrossFolderConnection troubleshooting entry from an error into a "use --target-folder-path/-key" resolution. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012rwiGmvLyaTQMbaXjBwHe6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The uip CLI now supports
--target-folder-path/--target-folder-keyoncreate-is-activityso an activity tool can reference an IS connection in a different folder than the MCP server (UiPath/cli#2849). This updates theuipath-mcp-serversskill to match.What changed
--target-folder-keyfor IS-activity tools". Now documents the two flags, mutual exclusion, precedence, and that the cross-folder guard allows an explicit target folder.create-is-activitycommand usage with--target-folder-path/--target-folder-key.CrossFolderConnectiontroubleshooting entry turned from an error into a "use--target-folder-path/-key" resolution.Scope: SKILL.md +
references/is-activity-workflow.mdonly. No IS discovery mechanics (owned by the platform references) were duplicated. Verified no remaining sentence contradicts the new flags.🤖 Generated with Claude Code