sealnet-mcp 0.2.0 → 0.2.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/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -13989,7 +13989,7 @@ function proFileGetOutputToWire(out) {
|
|
|
13989
13989
|
}
|
|
13990
13990
|
|
|
13991
13991
|
// src/server.ts
|
|
13992
|
-
var SERVER_VERSION = "0.2.
|
|
13992
|
+
var SERVER_VERSION = "0.2.1";
|
|
13993
13993
|
var toolMeta = (name) => {
|
|
13994
13994
|
const { title, description, annotations } = seal_mcp_v1_default.tools[name];
|
|
13995
13995
|
return { title, description, annotations };
|
package/dist/cli.js
CHANGED
|
@@ -13961,7 +13961,7 @@ function proFileGetOutputToWire(out) {
|
|
|
13961
13961
|
}
|
|
13962
13962
|
|
|
13963
13963
|
// src/server.ts
|
|
13964
|
-
var SERVER_VERSION = "0.2.
|
|
13964
|
+
var SERVER_VERSION = "0.2.1";
|
|
13965
13965
|
var toolMeta = (name) => {
|
|
13966
13966
|
const { title, description, annotations } = seal_mcp_v1_default.tools[name];
|
|
13967
13967
|
return { title, description, annotations };
|
package/dist/index.cjs
CHANGED
|
@@ -13844,7 +13844,7 @@ function proFileGetOutputToWire(out) {
|
|
|
13844
13844
|
}
|
|
13845
13845
|
|
|
13846
13846
|
// src/server.ts
|
|
13847
|
-
var SERVER_VERSION = "0.2.
|
|
13847
|
+
var SERVER_VERSION = "0.2.1";
|
|
13848
13848
|
var toolMeta = (name) => {
|
|
13849
13849
|
const { title, description, annotations } = seal_mcp_v1_default.tools[name];
|
|
13850
13850
|
return { title, description, annotations };
|
package/dist/index.js
CHANGED
|
@@ -13772,7 +13772,7 @@ function proFileGetOutputToWire(out) {
|
|
|
13772
13772
|
}
|
|
13773
13773
|
|
|
13774
13774
|
// src/server.ts
|
|
13775
|
-
var SERVER_VERSION = "0.2.
|
|
13775
|
+
var SERVER_VERSION = "0.2.1";
|
|
13776
13776
|
var toolMeta = (name) => {
|
|
13777
13777
|
const { title, description, annotations } = seal_mcp_v1_default.tools[name];
|
|
13778
13778
|
return { title, description, annotations };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealnet-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"mcpName": "net.seal/mcp",
|
|
5
5
|
"description": "Model Context Protocol server for SEAL — model never holds capability by default (handoff mode); explicit opt-in to forward mode with strict TTL/recipient policy.",
|
|
6
6
|
"type": "module",
|