MCP CompatibledeterministicUiPath

NuGet Resolver

Resolves UiPath NuGet package dependencies against the official UiPath package feed. Validates version compatibility, detects conflicting dependencies, identifies deprecated packages, and suggests upgrade paths. Supports project.json dependency analysis and bulk resolution for multi-project environments.

uipathnugetdependenciespackagestooling
Version
v1.0.0

Features

  • Official feed resolution
  • Version compatibility checks
  • Dependency conflict detection
  • Deprecated package alerts
  • Bulk project analysis

Input Schema

{
  "type": "object",
  "properties": {
    "orchestrator_url": {
      "type": "string",
      "description": "UiPath Orchestrator base URL"
    },
    "auth_token": {
      "type": "string",
      "description": "Bearer token for authentication"
    }
  },
  "required": [
    "orchestrator_url",
    "auth_token"
  ]
}

Output Schema

{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "success",
        "failure",
        "escalation"
      ]
    },
    "result": {
      "type": "object",
      "description": "Skill-specific output data"
    },
    "evidence": {
      "type": "object",
      "description": "Audit trail and evidence pack"
    }
  },
  "required": [
    "status",
    "result"
  ]
}

Category

tooling

Compatibility

uipath