@coo-quack/calc-mcp 1.8.4 → 1.8.6

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 +1 -1
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  <br />
7
7
  <br />
8
- <img width="1220" height="942" alt="Screenshot 2026-02-14 at 18 28 43" src="https://github.com/user-attachments/assets/364d3148-4c56-4b50-b504-28cc1de654ac" />
8
+ <img width="100%" alt="Calc MCP demo" src="https://i.imgur.com/DcOhAD4.png" />
9
9
  <br />
10
10
  <br />
11
11
  📖 **[Documentation](https://coo-quack.github.io/calc-mcp/)** — Full tool reference, examples, and install guides.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@coo-quack/calc-mcp",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "mcpName": "io.github.coo-quack/calc-mcp",
5
+ "description": "21 MCP tools for math, randomness, dates, encoding, hashing, and more — deterministic and accurate.",
5
6
  "type": "module",
6
7
  "bin": {
7
8
  "calc-mcp": "dist/index.js"
@@ -12,6 +13,7 @@
12
13
  "test": "bun test",
13
14
  "lint": "biome check .",
14
15
  "format": "biome format . --write",
16
+ "ci": "bun run lint && bun run build && bun test",
15
17
  "changelog": "bunx changelogen",
16
18
  "release": "bunx bumpp",
17
19
  "docs:dev": "vitepress dev docs",