fixparser-plugin-mcp 9.1.7-544294dd → 9.1.7-71fc8a2b
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/build/cjs/MCPLocal.js +3 -9
- package/build/cjs/MCPLocal.js.map +2 -2
- package/build/esm/MCPLocal.mjs +3 -9
- package/build/esm/MCPLocal.mjs.map +2 -2
- package/build-examples/cjs/example_mcp_local.js +1 -1
- package/build-examples/cjs/example_mcp_local.js.map +2 -2
- package/build-examples/esm/example_mcp_local.mjs +1 -1
- package/build-examples/esm/example_mcp_local.mjs.map +2 -2
- package/package.json +3 -3
package/build/esm/MCPLocal.mjs
CHANGED
|
@@ -1287,15 +1287,9 @@ var MCPLocal = class {
|
|
|
1287
1287
|
},
|
|
1288
1288
|
{
|
|
1289
1289
|
capabilities: {
|
|
1290
|
-
tools: {
|
|
1291
|
-
|
|
1292
|
-
}
|
|
1293
|
-
prompts: {
|
|
1294
|
-
listChanged: true
|
|
1295
|
-
},
|
|
1296
|
-
resources: {
|
|
1297
|
-
listChanged: true
|
|
1298
|
-
}
|
|
1290
|
+
tools: {},
|
|
1291
|
+
prompts: {},
|
|
1292
|
+
resources: {}
|
|
1299
1293
|
}
|
|
1300
1294
|
}
|
|
1301
1295
|
);
|