e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "@toolbox-sdk/server-linux-x64",
|
|
"version": "1.6.0",
|
|
"license": "Apache-2.0",
|
|
"author": "Google LLC",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "bin/toolbox",
|
|
"repository": "googleapis/mcp-toolbox",
|
|
"scripts": {
|
|
"prepack": "node scripts/downloadBinary.js linux x64"
|
|
},
|
|
"files": [
|
|
"bin/toolbox"
|
|
]
|
|
} |