midnight-mcp 0.1.6 → 0.1.7

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.
@@ -42,6 +42,13 @@ export const REPO_ALIASES = {
42
42
  owner: "midnightntwrk",
43
43
  repo: "compact-tree-sitter",
44
44
  },
45
+ "tree-sitter": { owner: "midnightntwrk", repo: "compact-tree-sitter" },
46
+ "setup-compact-action": {
47
+ owner: "midnightntwrk",
48
+ repo: "setup-compact-action",
49
+ },
50
+ "setup-compact": { owner: "midnightntwrk", repo: "setup-compact-action" },
51
+ "compact-action": { owner: "midnightntwrk", repo: "setup-compact-action" },
45
52
  // Community
46
53
  "midnight-awesome-dapps": {
47
54
  owner: "midnightntwrk",
@@ -151,6 +151,13 @@ export const DEFAULT_REPOSITORIES = [
151
151
  patterns: ["**/*.js", "**/*.md", "**/*.scm"],
152
152
  exclude: ["node_modules/**"],
153
153
  },
154
+ {
155
+ owner: "midnightntwrk",
156
+ repo: "setup-compact-action",
157
+ branch: "main",
158
+ patterns: ["**/*.ts", "**/*.js", "**/*.md", "**/*.yml", "**/*.yaml"],
159
+ exclude: ["node_modules/**", "dist/**"],
160
+ },
154
161
  // Community
155
162
  {
156
163
  owner: "midnightntwrk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midnight-mcp",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Model Context Protocol Server for Midnight Blockchain Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",