Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

21 lines
502 B
JSON

{
"name": "@toolbox-sdk/server",
"version": "1.6.0",
"license": "Apache-2.0",
"author": "Google LLC",
"bin": {
"toolbox": "./bin/run.js"
},
"files": [
"bin/run.js"
],
"repository": "googleapis/mcp-toolbox",
"optionalDependencies": {
"@toolbox-sdk/server-darwin-arm64": "1.6.0",
"@toolbox-sdk/server-darwin-x64": "1.6.0",
"@toolbox-sdk/server-linux-x64": "1.6.0",
"@toolbox-sdk/server-win32-arm64": "1.6.0",
"@toolbox-sdk/server-win32-x64": "1.6.0"
}
}