@quantakrypto/mcp
Advanced tools
+1
-1
@@ -19,3 +19,3 @@ /** | ||
| /** The version reported by the server (kept in sync with @quantakrypto/core). */ | ||
| export declare const SERVER_VERSION = "0.6.0"; | ||
| export declare const SERVER_VERSION = "0.7.0"; | ||
| export interface CreateServerOptions { | ||
@@ -22,0 +22,0 @@ /** Override the advertised server version (defaults to @quantakrypto/core VERSION). */ |
+1
-1
@@ -60,3 +60,3 @@ /** | ||
| /** The core version these tools are built against (re-exported for diagnostics). */ | ||
| export declare const CORE_VERSION = "0.6.0"; | ||
| export declare const CORE_VERSION = "0.7.0"; | ||
| /** Exposed for tests and advanced callers. */ | ||
@@ -63,0 +63,0 @@ export declare const __test: { |
+3
-3
| { | ||
| "name": "@quantakrypto/mcp", | ||
| "version": "0.6.0", | ||
| "version": "0.7.0", | ||
| "mcpName": "io.github.quantakrypto/pqc-tools", | ||
@@ -42,4 +42,4 @@ "description": "quantakrypto MCP — post-quantum readiness for AI coding agents via the Model Context Protocol. Zero runtime dependencies (stdio JSON-RPC implemented in-house).", | ||
| "dependencies": { | ||
| "@quantakrypto/core": "0.6.0", | ||
| "@quantakrypto/qprobe": "0.6.0" | ||
| "@quantakrypto/core": "0.7.0", | ||
| "@quantakrypto/qprobe": "0.7.0" | ||
| }, | ||
@@ -46,0 +46,0 @@ "scripts": { |
+ Added
+ Added
- Removed
- Removed
Updated
Updated