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/cjs/MCPLocal.js
CHANGED
|
@@ -1296,15 +1296,9 @@ var MCPLocal = class {
|
|
|
1296
1296
|
},
|
|
1297
1297
|
{
|
|
1298
1298
|
capabilities: {
|
|
1299
|
-
tools: {
|
|
1300
|
-
|
|
1301
|
-
}
|
|
1302
|
-
prompts: {
|
|
1303
|
-
listChanged: true
|
|
1304
|
-
},
|
|
1305
|
-
resources: {
|
|
1306
|
-
listChanged: true
|
|
1307
|
-
}
|
|
1299
|
+
tools: {},
|
|
1300
|
+
prompts: {},
|
|
1301
|
+
resources: {}
|
|
1308
1302
|
}
|
|
1309
1303
|
}
|
|
1310
1304
|
);
|