midnight-mcp 0.1.17 → 0.1.19

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.
@@ -51,7 +51,7 @@ export interface ToolAnnotations {
51
51
  * Tool categories for progressive disclosure
52
52
  * Clients can initially show categories, then expand to individual tools
53
53
  */
54
- export type ToolCategory = "search" | "analyze" | "repository" | "versioning" | "generation" | "health" | "compound";
54
+ export type ToolCategory = "search" | "analyze" | "repository" | "versioning" | "generation" | "health" | "compound" | "validation";
55
55
  /**
56
56
  * JSON Schema for structured tool outputs
57
57
  * Enables better LLM parsing and IDE integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midnight-mcp",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Model Context Protocol Server for Midnight Blockchain Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",