mcp-package-version
Summary
Suggests the latest stable package versions when writing code.
Available Actions(11)
check_npm_versions
Check the latest versions of NPM packages. Parameters: dependencies (object with package names and versions), constraints (optional object for version constraints).
check_python_versions
Check the latest versions of Python packages from requirements.txt. Parameters: requirements (array of package specifications).
check_pyproject_versions
Check the latest versions of Python packages from pyproject.toml. Parameters: dependencies (object with required and optional dependencies).
check_maven_versions
Check the latest versions of Java packages from Maven. Parameters: dependencies (array of objects with groupId, artifactId, and version).
check_gradle_versions
Check the latest versions of Java packages from Gradle. Parameters: dependencies (array of objects with configuration, group, name, and version).
check_go_versions
Check the latest versions of Go packages from go.mod. Parameters: dependencies (object with module and require array of objects with path and version).
check_docker_tags
Check available tags for Docker images. Parameters: image (string), registry (string), limit (number), filterTags (array of strings), includeDigest (boolean).
check_bedrock_models
List or search for AWS Bedrock models. Parameters: action (string - 'list' or 'search'), query (string, optional for search), provider (string, optional for search).
get_latest_bedrock_model
Get the latest Claude Sonnet model. Parameters: none.
check_swift_versions
Check the latest versions of Swift packages. Parameters: dependencies (array of objects with url and version), constraints (optional object for version constraints).
check_github_actions
Check the latest versions of GitHub Actions. Parameters: actions (array of objects with owner, repo, and currentVersion), includeDetails (boolean).
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论