midnight-mcp 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/README.md +11 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,15 +126,17 @@ Add `"GITHUB_TOKEN": "ghp_..."` for higher GitHub API rate limits (60 → 5000 r
126
126
 
127
127
  ## Indexed Repositories
128
128
 
129
- The API indexes **22+ Midnight repositories**:
130
-
131
- | Category | Repositories |
132
- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
133
- | Core | `compact`, `midnight-js`, `midnight-wallet`, `midnight-docs` |
134
- | Examples | `example-counter`, `example-bboard`, `example-dex`, `create-mn-app` |
135
- | Infrastructure | `midnight-indexer`, `midnight-node-docker`, `midnight-dapp-connector-api` |
136
- | Partner Libraries | `OpenZeppelin/compact-contracts`, `OpenZeppelin/midnight-apps` |
137
- | Official Partners | `bricktowers/midnight-seabattle`, `bricktowers/midnight-identity`, `bricktowers/midnight-rwa`, `MeshJS/midnight-starter-template`, `midnames/core` |
129
+ The API indexes **39 Midnight repositories**:
130
+
131
+ | Category | Repositories |
132
+ | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
133
+ | Core | `compact`, `midnight-js`, `midnight-wallet`, `midnight-docs`, `midnight-node`, `midnight-indexer`, `midnight-ledger`, `midnight-zk` |
134
+ | Examples | `example-counter`, `example-bboard`, `example-dex`, `create-mn-app` |
135
+ | Infrastructure | `midnight-node-docker`, `midnight-dapp-connector-api`, `compact-tree-sitter`, `setup-compact-action` |
136
+ | Partner Libraries | `OpenZeppelin/compact-contracts`, `OpenZeppelin/midnight-apps` (LunarSwap) |
137
+ | Official Partners | `bricktowers/midnight-seabattle`, `bricktowers/midnight-identity`, `bricktowers/midnight-rwa`, `MeshJS/midnight-starter-template`, `midnames/core` |
138
+ | Core Partner | `PaimaStudios/midnight-game-2`, `PaimaStudios/midnight-wasm-prover`, `PaimaStudios/midnight-batcher`, `PaimaStudios/midnight-impact-rps-example` |
139
+ | Hackathon Winners | Sea Battle: `ErickRomeroDev/naval-battle-game_v2`, `eddex/midnight-sea-battle-hackathon` • Mini DApp: `statera-protocol`, `nel349/midnight-bank`, `Imdavyking/zkbadge` |
138
140
 
139
141
  ---
140
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midnight-mcp",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Model Context Protocol Server for Midnight Blockchain Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",