@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.
- package/README.md +1 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
<br />
|
|
7
7
|
<br />
|
|
8
|
-
<img width="
|
|
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.
|
|
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",
|