web-task-api 0.2.1 → 0.2.2
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/server.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.2] - 2026-03-27
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- shortened MCP registry metadata description to satisfy the registry validation limit so the coordinated release pipeline can complete end-to-end
|
|
8
|
+
- metadata checks now enforce the MCP registry description-length limit locally so this failure cannot recur silently
|
|
9
|
+
|
|
3
10
|
## [0.2.1] - 2026-03-27
|
|
4
11
|
|
|
5
12
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-task-api",
|
|
3
3
|
"mcpName": "io.github.rich-jojo/web-task-api",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"packageManager": "npm@10.8.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "General browser-task API that lets agents read and act on websites through a single runtime.",
|
package/server.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.rich-jojo/web-task-api",
|
|
4
4
|
"title": "web-task-api",
|
|
5
|
-
"description": "
|
|
6
|
-
"version": "0.2.
|
|
5
|
+
"description": "Browser-task MCP server for runs, sessions, recipes, and persisted task inspection.",
|
|
6
|
+
"version": "0.2.2",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/rich-jojo/web-task-api",
|
|
9
9
|
"source": "github"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "web-task-api",
|
|
15
|
-
"version": "0.2.
|
|
15
|
+
"version": "0.2.2",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
},
|