🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

web-task-api

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-task-api - npm Package Compare versions

Comparing version
0.10.0
to
0.10.1
+8
-0
CHANGELOG.md

@@ -27,2 +27,10 @@ # Changelog

## [0.10.1](https://github.com/jojo-labs/web-task-api/compare/v0.10.0...v0.10.1) (2026-05-28)
### Bug Fixes
* **release:** add tag backfill dispatch ([#129](https://github.com/jojo-labs/web-task-api/issues/129)) ([1311d27](https://github.com/jojo-labs/web-task-api/commit/1311d27fc822d208b3be78f89ef06591390ddd43))
* **release:** update mcp publisher oidc ([#128](https://github.com/jojo-labs/web-task-api/issues/128)) ([2a57fd6](https://github.com/jojo-labs/web-task-api/commit/2a57fd62541598f3651cd94370031ac47fb040c5))
## [0.10.0](https://github.com/jojo-labs/web-task-api/compare/v0.9.0...v0.10.0) (2026-05-03)

@@ -29,0 +37,0 @@

@@ -21,2 +21,8 @@ # Releasing

If an old tag release fails after the tag already exists, rerun the current release
workflow with `workflow_dispatch` and the existing `v*` tag. The workflow checks
out that tag, skips npm publish when the version is already present, then
publishes the MCP registry entry and GitHub release through the current workflow
definition.
## Versioning

@@ -76,4 +82,9 @@

The tag workflow uses a recent `mcp-publisher` release so GitHub Actions OIDC
tokens are minted for the registry URL audience
`https://registry.modelcontextprotocol.io`. Older publishers requested the stale
`mcp-registry` audience and fail token exchange before the GitHub release step.
## References
[^1]: `server.json` is the MCP registry source of truth for npm package mapping and runtime environment metadata.
+8
-8
{
"name": "web-task-api",
"mcpName": "io.github.jojo-labs/web-task-api",
"version": "0.10.0",
"version": "0.10.1",
"packageManager": "npm@11.9.0",

@@ -80,16 +80,16 @@ "type": "module",

"@modelcontextprotocol/sdk": "1.29.0",
"@opencode-ai/sdk": "1.14.20",
"ajv": "8.18.0",
"@opencode-ai/sdk": "1.15.6",
"ajv": "8.20.0",
"ajv-formats": "3.0.1",
"dotenv": "17.4.2",
"fastify": "5.8.5",
"playwright": "1.59.1",
"zod": "4.3.6"
"playwright": "1.60.0",
"zod": "4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@types/node": "25.6.0",
"tsx": "4.21.0",
"@biomejs/biome": "2.4.15",
"@types/node": "25.9.1",
"tsx": "4.22.3",
"typescript": "6.0.3"
}
}

@@ -6,3 +6,3 @@ {

"description": "Browser tasks, sessions, and recipes for MCP and HTTP automation.",
"version": "0.10.0",
"version": "0.10.1",
"repository": {

@@ -16,3 +16,3 @@ "url": "https://github.com/jojo-labs/web-task-api",

"identifier": "web-task-api",
"version": "0.10.0",
"version": "0.10.1",
"transport": {

@@ -19,0 +19,0 @@ "type": "stdio"