Files
software-mansion__argent/server.json
filip131311 02fd22e9d6 chore: bump all versions to 0.25.0 (#1083)
Bumps every workspace package, `package-lock.json`, and both version
fields in `server.json` from 0.24.0 to 0.25.0.

- `npm version 0.25.0 --workspaces --no-git-tag-version
--workspaces-update=false`
- lockfile regenerated with `npm install --package-lock-only
--ignore-scripts` on Node 24 / npm 11 (version-only diff)
- `npm run check:versions` passes

No docs update needed.

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

https://claude.ai/code/session_01XdSDvFDvuU1iyz7HPjcHMV

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 15:00:24 +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.25.0",
"packages": [
{
"registryType": "npm",
"identifier": "@swmansion/argent",
"version": "0.25.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp",
"isRequired": true
}
]
}
]
}