🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@quantakrypto/mcp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantakrypto/mcp - npm Package Compare versions

Comparing version
0.8.0
to
0.9.0
+1
-1
dist/index.d.ts

@@ -19,3 +19,3 @@ /**

/** The version reported by the server (kept in sync with @quantakrypto/core). */
export declare const SERVER_VERSION = "0.8.0";
export declare const SERVER_VERSION = "0.9.0";
export interface CreateServerOptions {

@@ -22,0 +22,0 @@ /** Override the advertised server version (defaults to @quantakrypto/core VERSION). */

@@ -60,3 +60,3 @@ /**

/** The core version these tools are built against (re-exported for diagnostics). */
export declare const CORE_VERSION = "0.8.0";
export declare const CORE_VERSION = "0.9.0";
/** Exposed for tests and advanced callers. */

@@ -63,0 +63,0 @@ export declare const __test: {

{
"name": "@quantakrypto/mcp",
"version": "0.8.0",
"version": "0.9.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.8.0",
"@quantakrypto/qprobe": "0.8.0"
"@quantakrypto/core": "0.9.0",
"@quantakrypto/qprobe": "0.9.0"
},

@@ -46,0 +46,0 @@ "scripts": {