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:
- Expose the ability to ask Artifactory to actively fetch a specific package from upstream into package cache
- 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.
Our JFrog remote repository proxy is set up with a 2-hr lag to pull packages from PyPI. This is normally fine, unless I:
The request is to:
Possible inputs could be:
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.