mcp-scraper 0.2.3 → 0.2.4
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/dist/bin/api-server.cjs +1 -1
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/browser-agent-stdio-server.cjs +1 -1
- package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
- package/dist/bin/browser-agent-stdio-server.js +2 -2
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.js +3 -3
- package/dist/bin/mcp-stdio-server.cjs +1 -1
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-4SIZ4G63.js → chunk-7DUA4OSB.js} +2 -2
- package/dist/chunk-JIP4FTR7.js +7 -0
- package/dist/chunk-JIP4FTR7.js.map +1 -0
- package/dist/{chunk-E6IQRQ2T.js → chunk-XQGWEM4S.js} +2 -2
- package/dist/{server-SUSIMF72.js → server-ADOMF5IM.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-RJ6I52AM.js +0 -7
- package/dist/chunk-RJ6I52AM.js.map +0 -1
- /package/dist/{chunk-4SIZ4G63.js.map → chunk-7DUA4OSB.js.map} +0 -0
- /package/dist/{chunk-E6IQRQ2T.js.map → chunk-XQGWEM4S.js.map} +0 -0
- /package/dist/{server-SUSIMF72.js.map → server-ADOMF5IM.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PACKAGE_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JIP4FTR7.js";
|
|
4
4
|
import {
|
|
5
5
|
sanitizeVendorName
|
|
6
6
|
} from "./chunk-M2S27J6Z.js";
|
|
@@ -1615,4 +1615,4 @@ export {
|
|
|
1615
1615
|
registerPaaExtractorMcpTools,
|
|
1616
1616
|
HttpMcpToolExecutor
|
|
1617
1617
|
};
|
|
1618
|
-
//# sourceMappingURL=chunk-
|
|
1618
|
+
//# sourceMappingURL=chunk-7DUA4OSB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.4'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PACKAGE_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JIP4FTR7.js";
|
|
4
4
|
|
|
5
5
|
// src/mcp/browser-agent-mcp-server.ts
|
|
6
6
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
@@ -357,4 +357,4 @@ export {
|
|
|
357
357
|
buildBrowserAgentMcpServer,
|
|
358
358
|
registerBrowserAgentMcpTools
|
|
359
359
|
};
|
|
360
|
-
//# sourceMappingURL=chunk-
|
|
360
|
+
//# sourceMappingURL=chunk-XQGWEM4S.js.map
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
harvestTimeoutBudget,
|
|
8
8
|
liveWebToolAnnotations,
|
|
9
9
|
outputBaseDir
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-7DUA4OSB.js";
|
|
11
|
+
import "./chunk-JIP4FTR7.js";
|
|
12
12
|
import {
|
|
13
13
|
BALANCE_PACK_LABELS,
|
|
14
14
|
BALANCE_PRICE_IDS,
|
|
@@ -13511,4 +13511,4 @@ app.get("/blog/:slug/", (c) => {
|
|
|
13511
13511
|
export {
|
|
13512
13512
|
app
|
|
13513
13513
|
};
|
|
13514
|
-
//# sourceMappingURL=server-
|
|
13514
|
+
//# sourceMappingURL=server-ADOMF5IM.js.map
|
package/package.json
CHANGED
package/dist/chunk-RJ6I52AM.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.3'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|