Skip to content

MCP tool to trigger an upstream fetch for a specific package in a remote repository #8

Description

@jamesbraza

Our JFrog remote repository proxy is set up with a 2-hr lag to pull packages from PyPI. This is normally fine, unless I:

  • Need a hotfix version just published
  • Just published an updated version of a Python package

The request is to:

  1. Expose the ability to ask Artifactory to actively fetch a specific package from upstream into package cache
  2. Add this functionality into a MCP tool

Possible inputs could be:

  • repoKey (string) — the remote repo key, e.g. my-pypi-remote
  • packageType (string) — pypi | npm | maven | golang | nuget | rubygems
  • name (string) — package name as it appears upstream

The MCP integration basically makes it so I don't have to remember the API endpoint's details, and can ask AI to do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions