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.
- package/dist/tools/meta.js +2 -1
- package/package.json +1 -1
package/dist/tools/meta.js
CHANGED
|
@@ -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
|
|
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: {
|