bluera-knowledge 0.14.3 → 0.14.5
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/.claude-plugin/plugin.json +1 -1
- package/dist/{chunk-Y4FVM3CW.js → chunk-2YNQ7ZF7.js} +2 -2
- package/dist/{chunk-Y24ZJRZP.js → chunk-EE4Y4P3M.js} +7 -7
- package/dist/{chunk-Y24ZJRZP.js.map → chunk-EE4Y4P3M.js.map} +1 -1
- package/dist/{chunk-UAWKTJWN.js → chunk-U77KS2BI.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp/server.js +2 -2
- package/dist/workers/background-worker-cli.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-Y4FVM3CW.js.map → chunk-2YNQ7ZF7.js.map} +0 -0
- /package/dist/{chunk-UAWKTJWN.js.map → chunk-U77KS2BI.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
createStoreId,
|
|
8
8
|
destroyServices,
|
|
9
9
|
summarizePayload
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EE4Y4P3M.js";
|
|
11
11
|
|
|
12
12
|
// src/mcp/server.ts
|
|
13
13
|
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
|
|
@@ -2270,4 +2270,4 @@ export {
|
|
|
2270
2270
|
createMCPServer,
|
|
2271
2271
|
runMCPServer
|
|
2272
2272
|
};
|
|
2273
|
-
//# sourceMappingURL=chunk-
|
|
2273
|
+
//# sourceMappingURL=chunk-U77KS2BI.js.map
|
package/dist/index.js
CHANGED
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
isWebStoreDefinition,
|
|
8
8
|
runMCPServer,
|
|
9
9
|
spawnBackgroundWorker
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-U77KS2BI.js";
|
|
11
11
|
import {
|
|
12
12
|
IntelligentCrawler,
|
|
13
13
|
getCrawlStrategy
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-2YNQ7ZF7.js";
|
|
15
15
|
import {
|
|
16
16
|
ASTParser,
|
|
17
17
|
AdapterRegistry,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
err,
|
|
26
26
|
extractRepoName,
|
|
27
27
|
ok
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-EE4Y4P3M.js";
|
|
29
29
|
import "./chunk-HRQD3MPH.js";
|
|
30
30
|
|
|
31
31
|
// src/index.ts
|
package/dist/mcp/server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
IntelligentCrawler
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-2YNQ7ZF7.js";
|
|
5
5
|
import {
|
|
6
6
|
JobService,
|
|
7
7
|
createDocumentId,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
createStoreId,
|
|
11
11
|
destroyServices,
|
|
12
12
|
shutdownLogger
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-EE4Y4P3M.js";
|
|
14
14
|
import "../chunk-HRQD3MPH.js";
|
|
15
15
|
|
|
16
16
|
// src/workers/background-worker-cli.ts
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|