Skip to content

Conversation

@radu-mocanu
Copy link
Collaborator

@radu-mocanu radu-mocanu commented Jul 24, 2025

  • pass env vars to coded mcp servers
  • since dict(objA) creates a new reference to the object, the env_vars in the initial object were not correctly updated as expected.

Development Package

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

  # Any version from PR
  "uipath-mcp>=0.0.101.dev1001420000,<0.0.101.dev1001430000"
]

[[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" }

@radu-mocanu radu-mocanu self-assigned this Jul 24, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jul 24, 2025
@radu-mocanu radu-mocanu force-pushed the fix/env-vars branch 2 times, most recently from 9db8c18 to ef07987 Compare July 24, 2025 12:25
@radu-mocanu radu-mocanu requested a review from edis-uipath July 24, 2025 12:33
@radu-mocanu radu-mocanu merged commit 6914881 into main Jul 24, 2025
8 checks passed
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