@arabold/docs-mcp-server 0.1.0 → 1.0.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.
|
@@ -10362,7 +10362,7 @@ ${"```"}`;
|
|
|
10362
10362
|
}
|
|
10363
10363
|
} catch (err) {
|
|
10364
10364
|
if (err instanceof MinimumChunkSizeError) {
|
|
10365
|
-
|
|
10365
|
+
logger.warn(
|
|
10366
10366
|
`\u26A0 Cannot split ${content3.type} chunk normally, using RecursiveCharacterTextSplitter: ${err.message}`
|
|
10367
10367
|
);
|
|
10368
10368
|
const splitter = new RecursiveCharacterTextSplitter2({
|
|
@@ -11391,4 +11391,4 @@ export {
|
|
|
11391
11391
|
RemoveTool,
|
|
11392
11392
|
DocumentManagementService
|
|
11393
11393
|
};
|
|
11394
|
-
//# sourceMappingURL=chunk-
|
|
11394
|
+
//# sourceMappingURL=chunk-RSZDDHUD.js.map
|