@peac/mcp-server
Advanced tools
+1
-1
@@ -37,3 +37,3 @@ 'use strict'; | ||
| var SERVER_NAME = "peac-mcp-server"; | ||
| var SERVER_VERSION = "0.16.1"; | ||
| var SERVER_VERSION = "0.16.2"; | ||
| var MCP_PROTOCOL_VERSION = "2025-11-25"; | ||
@@ -40,0 +40,0 @@ var DEFAULT_MAX_JWS_BYTES = 16384; |
+1
-1
@@ -16,3 +16,3 @@ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; | ||
| var SERVER_NAME = "peac-mcp-server"; | ||
| var SERVER_VERSION = "0.16.1"; | ||
| var SERVER_VERSION = "0.16.2"; | ||
| var MCP_PROTOCOL_VERSION = "2025-11-25"; | ||
@@ -19,0 +19,0 @@ var DEFAULT_MAX_JWS_BYTES = 16384; |
@@ -5,3 +5,3 @@ /** | ||
| export declare const SERVER_NAME = "peac-mcp-server"; | ||
| export declare const SERVER_VERSION = "0.16.1"; | ||
| export declare const SERVER_VERSION = "0.16.2"; | ||
| export declare const MCP_PROTOCOL_VERSION = "2025-11-25"; | ||
@@ -8,0 +8,0 @@ export declare const DEFAULT_MAX_JWS_BYTES = 16384; |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "display_name": "PEAC Protocol", | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "description": "Verify, inspect, decode, issue, and bundle PEAC records. Portable, offline-verifiable evidence for agent interactions.", | ||
@@ -67,3 +67,3 @@ "long_description": "PEAC Protocol provides cryptographically signed, offline-verifiable interaction records for automated interactions. Each current Wire record is a compact JWS (JSON Web Signature) using Ed25519 signatures. This MCP server exposes 5 tools for record operations: verify (signature + claims), inspect (metadata without verification), decode (raw JWS structure), issue (sign new records), and create_bundle (portable evidence directories).", | ||
| "runtimes": { | ||
| "node": ">=22.0.0" | ||
| "node": ">=22.13.0" | ||
| } | ||
@@ -70,0 +70,0 @@ }, |
+5
-5
| { | ||
| "name": "@peac/mcp-server", | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "description": "PEAC record operations as MCP tools (verify, inspect, decode, issue, bundle)", | ||
@@ -51,6 +51,6 @@ "mcpName": "io.github.peacprotocol/peac", | ||
| "zod": "^4.3.6", | ||
| "@peac/crypto": "0.16.1", | ||
| "@peac/schema": "0.16.1", | ||
| "@peac/kernel": "0.16.1", | ||
| "@peac/protocol": "0.16.1" | ||
| "@peac/crypto": "0.16.2", | ||
| "@peac/kernel": "0.16.2", | ||
| "@peac/schema": "0.16.2", | ||
| "@peac/protocol": "0.16.2" | ||
| }, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
+4
-4
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.peacprotocol/peac", | ||
| "title": "PEAC Protocol: Signed interaction receipts", | ||
| "title": "PEAC Protocol: Signed interaction records", | ||
| "description": "Portable signed records for agent, API, MCP, and cross-runtime interactions.", | ||
@@ -11,3 +11,3 @@ "repository": { | ||
| }, | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "websiteUrl": "https://www.peacprotocol.org", | ||
@@ -18,3 +18,3 @@ "packages": [ | ||
| "identifier": "@peac/mcp-server", | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "transport": { | ||
@@ -27,3 +27,3 @@ "type": "stdio" | ||
| "identifier": "@peac/mcp-server", | ||
| "version": "0.16.1", | ||
| "version": "0.16.2", | ||
| "transport": { | ||
@@ -30,0 +30,0 @@ "type": "streamable-http", |
+2
-2
@@ -15,3 +15,3 @@ # Smithery configuration for @peac/mcp-server | ||
| description: > | ||
| Ed25519 JWK for receipt issuance (optional; read-only tools | ||
| Ed25519 JWK for record issuance (optional; read-only tools | ||
| work without it). Pass as env:VAR or file:/path. | ||
@@ -29,3 +29,3 @@ issuerId: | ||
| (config) => { | ||
| const args = ['-y', '@peac/mcp-server@0.16.1']; | ||
| const args = ['-y', '@peac/mcp-server@0.16.2']; | ||
| if (config.issuerKey) { args.push('--issuer-key', config.issuerKey); } | ||
@@ -32,0 +32,0 @@ if (config.issuerId) { args.push('--issuer-id', config.issuerId); } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1028868
0+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated