midnight-mcp 0.1.27 → 0.1.28

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.
@@ -142,6 +142,7 @@ function getToolsByCategory() {
142
142
  ...repositoryTools,
143
143
  ...healthTools,
144
144
  ...generationTools,
145
+ ...metaTools,
145
146
  ];
146
147
  const byCategory = new Map();
147
148
  for (const tool of allTools) {
@@ -230,7 +231,7 @@ function generateCategorySuggestion(category) {
230
231
  export const metaTools = [
231
232
  {
232
233
  name: "midnight-list-tool-categories",
233
- description: "📋 DISCOVERY TOOL: List available tool categories for progressive exploration. Use this FIRST to understand what capabilities are available, then drill into specific categories with midnight-list-category-tools. Reduces cognitive load by organizing 21 tools into 7 logical groups.",
234
+ description: "📋 DISCOVERY TOOL: List available tool categories for progressive exploration. Use this FIRST to understand what capabilities are available, then drill into specific categories with midnight-list-category-tools. Reduces cognitive load by organizing 26 tools into 8 logical groups.",
234
235
  inputSchema: {
235
236
  type: "object",
236
237
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midnight-mcp",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Model Context Protocol Server for Midnight Blockchain Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",