@otskit/mcp 0.2.0 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  # @otskit/mcp
6
6
 
7
+ [![CI](https://github.com/OTSkit/OTSkit-MCP/actions/workflows/ci.yml/badge.svg)](https://github.com/OTSkit/OTSkit-MCP/actions/workflows/ci.yml)
8
+ [![npm version](https://img.shields.io/npm/v/@otskit/mcp.svg)](https://www.npmjs.com/package/@otskit/mcp)
9
+ [![npm downloads](https://img.shields.io/npm/dm/@otskit/mcp.svg)](https://www.npmjs.com/package/@otskit/mcp)
10
+ [![TypeScript](https://img.shields.io/badge/TypeScript-6-blue.svg)](https://www.typescriptlang.org/)
11
+ [![Node ≥20](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](https://nodejs.org)
12
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
13
+
7
14
  OpenTimestamps MCP server — stamp, upgrade, and verify Bitcoin timestamps via AI agents.
8
15
 
9
16
  Exposes a set of tools to any MCP-compatible agent so it can timestamp documents, monitor confirmation status, and verify proofs against the Bitcoin blockchain — all from a conversation.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@otskit/mcp",
3
- "version": "0.2.0",
3
+ "mcpName": "io.github.otskit/otskit-mcp",
4
+ "version": "0.3.0",
4
5
  "description": "OpenTimestamps MCP server — stamp, upgrade, verify via AI agents",
5
6
  "type": "module",
6
7
  "engines": {
@@ -39,10 +40,10 @@
39
40
  "@semantic-release/npm": "^13.1.5",
40
41
  "@semantic-release/release-notes-generator": "^14.0.0",
41
42
  "@types/better-sqlite3": "^7.6.13",
42
- "@types/node": "^22.0.0",
43
+ "@types/node": "^25.9.1",
43
44
  "semantic-release": "^25.0.3",
44
45
  "tsup": "^8.3.5",
45
- "typescript": "^5.6.3",
46
+ "typescript": "^6.0.3",
46
47
  "vitest": "^2.1.4"
47
48
  }
48
49
  }