version
Pack: deps-dev · Endpoint: https://gateway.pipeworx.io/deps-dev/mcp
Single version of a package (deps, advisories, license).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
system_ | string | yes | |
name | string | yes | |
version | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/deps-dev/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"version","arguments":{}}}'
Response shape
| Field | Type | Description |
|---|
Full JSON Schema
{
"type": "object",
"description": "Package version metadata including dependencies, advisories, and license",
"properties": {}
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"deps-dev": {
"url": "https://gateway.pipeworx.io/deps-dev/mcp"
}
}
}
See Getting Started for client-specific install steps.