chore: wire a2a-server up for publishing (#10627)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Adam Weidman
2025-10-13 14:38:41 +02:00
committed by GitHub
parent 87f175bb2c
commit cfb71b9d60
9 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"directory": "packages/a2a-server"
},
"type": "module",
"main": "dist/index.js",
"main": "dist/server.js",
"bin": {
"gemini-cli-a2a-server": "dist/a2a-server.mjs"
},