midnight-mcp 0.2.18 → 0.2.20

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.
@@ -1624,7 +1624,7 @@ var releaseTracker = new ReleaseTracker();
1624
1624
 
1625
1625
  // src/utils/health.ts
1626
1626
  var startTime = Date.now();
1627
- var VERSION = "0.2.18";
1627
+ var VERSION = "0.2.20";
1628
1628
  async function checkGitHubAPI() {
1629
1629
  const start = Date.now();
1630
1630
  try {
@@ -1652,7 +1652,7 @@ async function checkGitHubAPI() {
1652
1652
  }
1653
1653
  async function checkVectorStore() {
1654
1654
  try {
1655
- const { vectorStore: vectorStore2 } = await import("./db-B4AOK42O.js");
1655
+ const { vectorStore: vectorStore2 } = await import("./db-VCUUBGDV.js");
1656
1656
  if (vectorStore2) {
1657
1657
  return {
1658
1658
  status: "pass",
@@ -2128,7 +2128,7 @@ function serialize(data) {
2128
2128
  }
2129
2129
 
2130
2130
  // src/utils/version.ts
2131
- var CURRENT_VERSION = "0.2.18";
2131
+ var CURRENT_VERSION = "0.2.20";
2132
2132
 
2133
2133
  // src/db/vectorStore.ts
2134
2134
  var VectorStore = class {
@@ -2351,4 +2351,4 @@ export {
2351
2351
  serialize,
2352
2352
  CURRENT_VERSION
2353
2353
  };
2354
- //# sourceMappingURL=chunk-WVMAQ2LK.js.map
2354
+ //# sourceMappingURL=chunk-RCQYFKD3.js.map
@@ -0,0 +1,7 @@
1
+ import {
2
+ vectorStore
3
+ } from "./chunk-RCQYFKD3.js";
4
+ export {
5
+ vectorStore
6
+ };
7
+ //# sourceMappingURL=db-VCUUBGDV.js.map
package/dist/index.js CHANGED
@@ -9,10 +9,10 @@ import {
9
9
  promptDefinitions,
10
10
  startHttpServer,
11
11
  startServer
12
- } from "./chunk-TSXIIBEH.js";
12
+ } from "./chunk-F4KM42XU.js";
13
13
  import {
14
14
  logger
15
- } from "./chunk-WVMAQ2LK.js";
15
+ } from "./chunk-RCQYFKD3.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.18",
3
+ "version": "0.2.20",
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-WVMAQ2LK.js";
4
- export {
5
- vectorStore
6
- };
7
- //# sourceMappingURL=db-B4AOK42O.js.map