@agent-surface/webmcp 0.19.1 → 0.20.1
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
WebMCP transport adapter for [agent-surface](https://github.com/Wiseair-srl/agent-surface): one wire-named tool per **available** capability, re-provided on every `surface-changed`. Unavailable capabilities are not registered (WebMCP has no disabled state today — the availability reason is lost on this transport; accepted limitation). The user agent is treated as the least-trusted consumer: scope the adapter and keep two-phase confirmations.
|
|
6
6
|
|
|
7
|
-
Docs: https://agent-surface
|
|
7
|
+
Docs: https://agent-surface.dev
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-surface/webmcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"description": "[Experimental] WebMCP (navigator.modelContext) transport adapter for agent-surface",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@agent-surface/core": "^0.
|
|
21
|
+
"@agent-surface/core": "^0.20.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"zod": "^4.1.5",
|
|
25
|
-
"@agent-surface/testing": "0.
|
|
25
|
+
"@agent-surface/testing": "0.20.1"
|
|
26
26
|
},
|
|
27
27
|
"author": "Paolo Barbato",
|
|
28
28
|
"engines": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "git+https://github.com/Wiseair-srl/agent-surface.git",
|
|
34
34
|
"directory": "packages/webmcp"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://agent-surface
|
|
36
|
+
"homepage": "https://agent-surface.dev",
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/Wiseair-srl/agent-surface/issues"
|
|
39
39
|
},
|