@avallon-labs/mcp 39.2.0 → 39.3.0
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/index.js
CHANGED
|
@@ -9845,7 +9845,7 @@ server.tool(
|
|
|
9845
9845
|
);
|
|
9846
9846
|
server.tool(
|
|
9847
9847
|
"updateWorkerRunScope",
|
|
9848
|
-
"Update worker run scope",
|
|
9848
|
+
"Update worker run scope (deprecated)",
|
|
9849
9849
|
{
|
|
9850
9850
|
pathParams: UpdateWorkerRunScopeParams,
|
|
9851
9851
|
bodyParams: UpdateWorkerRunScopeBody
|
|
@@ -10482,4 +10482,4 @@ var transport = new StdioServerTransport();
|
|
|
10482
10482
|
server.connect(transport).then(() => {
|
|
10483
10483
|
console.error("MCP server running on stdio");
|
|
10484
10484
|
}).catch(console.error);
|
|
10485
|
-
//# sourceMappingURL=server-
|
|
10485
|
+
//# sourceMappingURL=server-6IKMOVNL.js.map
|