get_user_package
Retrieve a specific package for a user by providing the username, package type (e.g., npm, maven), and package name. Ideal for accessing user-specific package details on the MCP server.
Instructions
Get a package for a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes | The name of the package | |
package_type | Yes | The type of package | |
username | Yes | Username |