@droidagentkit/launcher 0.2.1-alpha → 0.2.3-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@droidagentkit/launcher",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3-alpha",
|
|
4
4
|
"mcpName": "io.github.iVamsi/droidagentkit",
|
|
5
5
|
"description": "Thin Node launcher for the DroidAgentKit JVM MCP server. Locates the `droidagent` CLI (or a fetched archive), verifies its SHA-256, and spawns `droidagent serve-mcp --transport stdio`. Node is an install-time dependency only; the server runtime is pure JVM.",
|
|
6
6
|
"license": "Apache-2.0",
|