Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UiPath/uipath-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: UiPath/uipath-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spike/coded-mcp-aci-runtime
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 30, 2026

  1. feat(cli): uipath image build generates Dockerfile + manifest (entryp…

    …oint == mcp.json server)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RtWMqFqR3rGt1mTme23ShF
    robert-ursu and claude committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    ddc94f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b29e7b View commit details
    Browse the repository at this point in the history
  3. test(cli): verify built image exposes uipath run; fix Dockerfile gaps

    Add a Docker-gated integration test that builds the generated image from
    a scaffolded mcp project and verifies the uipath CLI is on PATH inside
    the container (uipath --help lists run). No Dockerfile changes needed —
    uipath is installed transitively via uipath-mcp's dependency chain.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RtWMqFqR3rGt1mTme23ShF
    robert-ursu and claude committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    a670ddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076052f View commit details
    Browse the repository at this point in the history
  5. feat(cli): uipath image publish pushes to ACR

    Adds publish subcommand to image group that:
    - Takes --registry (ACR login server) and --tag (local image tag) options
    - Runs az acr login to authenticate with the registry
    - Tags the local image with the registry/tag combination
    - Pushes the tagged image to ACR
    - Prints success message with pushed reference
    
    Includes test with mocked subprocess to verify correct az/docker commands.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RtWMqFqR3rGt1mTme23ShF
    robert-ursu and claude committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    da3b9b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. docs: pointer to the coded-MCP-on-ACI spike handoff

    This branch is part of the cross-repo coded-MCP-on-ACI spike/POC. Full handoff,
    docs, and how-to-run live in UiPath/AgentHubService on the same branch
    (docs/coded-mcp-aci-HANDOFF.md). This file just cross-links from here.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RtWMqFqR3rGt1mTme23ShF
    robert-ursu and claude committed Jul 2, 2026
    Configuration menu
    Copy the full SHA
    5477cca View commit details
    Browse the repository at this point in the history
Loading