midnight-mcp 0.2.10 → 0.2.11

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-7KJSVMFI.js";
5
+ } from "./chunk-JFPWAWXS.js";
6
6
  import {
7
7
  setOutputFormat
8
- } from "./chunk-C23TNY65.js";
8
+ } from "./chunk-Q64R3OLA.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.10";
16
+ var CURRENT_VERSION = "0.2.11";
17
17
  process.on("uncaughtException", (error) => {
18
18
  console.error("Uncaught exception:", error);
19
19
  process.exit(1);
@@ -25,7 +25,7 @@ import {
25
25
  validateNumber,
26
26
  validateQuery,
27
27
  vectorStore
28
- } from "./chunk-C23TNY65.js";
28
+ } from "./chunk-Q64R3OLA.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-7KJSVMFI.js.map
10117
+ //# sourceMappingURL=chunk-JFPWAWXS.js.map
@@ -631,6 +631,9 @@ function validateNumber(value, options) {
631
631
  return { isValid: true, value: num };
632
632
  }
633
633
 
634
+ // src/utils/health.ts
635
+ import { createRequire } from "module";
636
+
634
637
  // src/pipeline/github.ts
635
638
  import { Octokit } from "octokit";
636
639
  var RETRY_CONFIG = {
@@ -1593,7 +1596,9 @@ var releaseTracker = new ReleaseTracker();
1593
1596
 
1594
1597
  // src/utils/health.ts
1595
1598
  var startTime = Date.now();
1596
- var VERSION = process.env.npm_package_version || "0.0.3";
1599
+ var require2 = createRequire(import.meta.url);
1600
+ var packageJson = require2("../../package.json");
1601
+ var VERSION = packageJson.version || "0.2.10";
1597
1602
  async function checkGitHubAPI() {
1598
1603
  const start = Date.now();
1599
1604
  try {
@@ -1621,7 +1626,7 @@ async function checkGitHubAPI() {
1621
1626
  }
1622
1627
  async function checkVectorStore() {
1623
1628
  try {
1624
- const { vectorStore: vectorStore2 } = await import("./db-BCMNMI6F.js");
1629
+ const { vectorStore: vectorStore2 } = await import("./db-GPPFF6IJ.js");
1625
1630
  if (vectorStore2) {
1626
1631
  return {
1627
1632
  status: "pass",
@@ -2096,7 +2101,7 @@ function serialize(data) {
2096
2101
  }
2097
2102
 
2098
2103
  // src/utils/version.ts
2099
- var CURRENT_VERSION = "0.2.10";
2104
+ var CURRENT_VERSION = "0.2.11";
2100
2105
 
2101
2106
  // src/db/vectorStore.ts
2102
2107
  var VectorStore = class {
@@ -2305,4 +2310,4 @@ export {
2305
2310
  serialize,
2306
2311
  CURRENT_VERSION
2307
2312
  };
2308
- //# sourceMappingURL=chunk-C23TNY65.js.map
2313
+ //# sourceMappingURL=chunk-Q64R3OLA.js.map
@@ -0,0 +1,7 @@
1
+ import {
2
+ vectorStore
3
+ } from "./chunk-Q64R3OLA.js";
4
+ export {
5
+ vectorStore
6
+ };
7
+ //# sourceMappingURL=db-GPPFF6IJ.js.map
package/dist/index.js CHANGED
@@ -9,10 +9,10 @@ import {
9
9
  promptDefinitions,
10
10
  startHttpServer,
11
11
  startServer
12
- } from "./chunk-7KJSVMFI.js";
12
+ } from "./chunk-JFPWAWXS.js";
13
13
  import {
14
14
  logger
15
- } from "./chunk-C23TNY65.js";
15
+ } from "./chunk-Q64R3OLA.js";
16
16
  export {
17
17
  allResources,
18
18
  allTools,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midnight-mcp",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Model Context Protocol Server for Midnight Blockchain Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +0,0 @@
1
- import {
2
- vectorStore
3
- } from "./chunk-C23TNY65.js";
4
- export {
5
- vectorStore
6
- };
7
- //# sourceMappingURL=db-BCMNMI6F.js.map