midnight-mcp 0.2.10 → 0.2.12
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/bin.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
startHttpServer,
|
|
4
4
|
startServer
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YT6DWZUA.js";
|
|
6
6
|
import {
|
|
7
7
|
setOutputFormat
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-B6UJ7ZQY.js";
|
|
9
9
|
|
|
10
10
|
// src/bin.ts
|
|
11
11
|
import { config } from "dotenv";
|
|
@@ -13,7 +13,7 @@ import { resolve } from "path";
|
|
|
13
13
|
import yargs from "yargs";
|
|
14
14
|
import { hideBin } from "yargs/helpers";
|
|
15
15
|
config({ path: resolve(process.cwd(), ".env") });
|
|
16
|
-
var CURRENT_VERSION = "0.2.
|
|
16
|
+
var CURRENT_VERSION = "0.2.12";
|
|
17
17
|
process.on("uncaughtException", (error) => {
|
|
18
18
|
console.error("Uncaught exception:", error);
|
|
19
19
|
process.exit(1);
|
|
@@ -1593,7 +1593,7 @@ var releaseTracker = new ReleaseTracker();
|
|
|
1593
1593
|
|
|
1594
1594
|
// src/utils/health.ts
|
|
1595
1595
|
var startTime = Date.now();
|
|
1596
|
-
var VERSION =
|
|
1596
|
+
var VERSION = "0.2.12";
|
|
1597
1597
|
async function checkGitHubAPI() {
|
|
1598
1598
|
const start = Date.now();
|
|
1599
1599
|
try {
|
|
@@ -1621,7 +1621,7 @@ async function checkGitHubAPI() {
|
|
|
1621
1621
|
}
|
|
1622
1622
|
async function checkVectorStore() {
|
|
1623
1623
|
try {
|
|
1624
|
-
const { vectorStore: vectorStore2 } = await import("./db-
|
|
1624
|
+
const { vectorStore: vectorStore2 } = await import("./db-VAJD22EC.js");
|
|
1625
1625
|
if (vectorStore2) {
|
|
1626
1626
|
return {
|
|
1627
1627
|
status: "pass",
|
|
@@ -2096,7 +2096,7 @@ function serialize(data) {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
// src/utils/version.ts
|
|
2099
|
-
var CURRENT_VERSION = "0.2.
|
|
2099
|
+
var CURRENT_VERSION = "0.2.12";
|
|
2100
2100
|
|
|
2101
2101
|
// src/db/vectorStore.ts
|
|
2102
2102
|
var VectorStore = class {
|
|
@@ -2305,4 +2305,4 @@ export {
|
|
|
2305
2305
|
serialize,
|
|
2306
2306
|
CURRENT_VERSION
|
|
2307
2307
|
};
|
|
2308
|
-
//# sourceMappingURL=chunk-
|
|
2308
|
+
//# sourceMappingURL=chunk-B6UJ7ZQY.js.map
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
validateNumber,
|
|
26
26
|
validateQuery,
|
|
27
27
|
vectorStore
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-B6UJ7ZQY.js";
|
|
29
29
|
|
|
30
30
|
// src/tools/search/schemas.ts
|
|
31
31
|
import { z } from "zod";
|
|
@@ -10114,4 +10114,4 @@ export {
|
|
|
10114
10114
|
startServer,
|
|
10115
10115
|
startHttpServer
|
|
10116
10116
|
};
|
|
10117
|
-
//# sourceMappingURL=chunk-
|
|
10117
|
+
//# sourceMappingURL=chunk-YT6DWZUA.js.map
|
package/dist/index.js
CHANGED
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
promptDefinitions,
|
|
10
10
|
startHttpServer,
|
|
11
11
|
startServer
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-YT6DWZUA.js";
|
|
13
13
|
import {
|
|
14
14
|
logger
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-B6UJ7ZQY.js";
|
|
16
16
|
export {
|
|
17
17
|
allResources,
|
|
18
18
|
allTools,
|
package/package.json
CHANGED