Files
software-mansion__argent/server.json
filip131311 efb87f1917 chore: bump version to 0.22.1 (#956)
Bumps every workspace package, `package-lock.json`, and both version
fields in `server.json` from 0.22.0 to 0.22.1.

- `npm version 0.22.1 --workspaces --no-git-tag-version
--workspaces-update=false`
- lockfile regenerated on Node 24 / npm 11 (version-only diff, 16 lines
each way)
- `npm run check:versions` passes

No docs update needed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01EjrDqoeJa5X8Ry2ND1P714
2026-08-25 14:46:36 +02:00

32 lines
827 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.software-mansion/argent",
"title": "Argent",
"description": "Drive iOS Simulators, Android emulators, TVs and Electron/web apps from your coding agent",
"repository": {
"url": "https://github.com/software-mansion/argent",
"source": "github",
"id": "1164885639"
},
"websiteUrl": "https://argent.swmansion.com",
"version": "0.22.1",
"packages": [
{
"registryType": "npm",
"identifier": "@swmansion/argent",
"version": "0.22.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp",
"isRequired": true
}
]
}
]
}