@cyanheads/calculator-mcp-server 0.1.6 → 0.1.7

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 (3) hide show
  1. package/README.md +27 -2
  2. package/package.json +2 -2
  3. package/server.json +10 -4
package/README.md CHANGED
@@ -6,7 +6,17 @@
6
6
 
7
7
  <div align="center">
8
8
 
9
- [![Version](https://img.shields.io/badge/Version-0.1.6-blue.svg?style=flat-square)](./CHANGELOG.md) [![Framework](https://img.shields.io/badge/Built%20on-@cyanheads/mcp--ts--core-259?style=flat-square)](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-1.28.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0.2-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/)
9
+ [![npm](https://img.shields.io/npm/v/@cyanheads/calculator-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@cyanheads/calculator-mcp-server)
10
+ [![Docker](https://img.shields.io/badge/Docker-ghcr.io-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/users/cyanheads/packages/container/package/calculator-mcp-server)
11
+ [![Version](https://img.shields.io/badge/Version-0.1.7-blue.svg?style=flat-square)](./CHANGELOG.md) [![Framework](https://img.shields.io/badge/Built%20on-@cyanheads/mcp--ts--core-259?style=flat-square)](https://www.npmjs.com/package/@cyanheads/mcp-ts-core)
12
+
13
+ [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-1.28.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0.2-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/)
14
+
15
+ </div>
16
+
17
+ <div align="center">
18
+
19
+ **Public Hosted Server:** [https://calculator.caseyjhand.com/mcp](https://calculator.caseyjhand.com/mcp)
10
20
 
11
21
  </div>
12
22
 
@@ -61,7 +71,22 @@ Calculator-specific:
61
71
 
62
72
  ## Getting Started
63
73
 
64
- ### MCP Client Configuration
74
+ ### Public Hosted Instance
75
+
76
+ A public instance is available at `https://calculator.caseyjhand.com/mcp` — no installation required. Point any MCP client at it via Streamable HTTP:
77
+
78
+ ```json
79
+ {
80
+ "mcpServers": {
81
+ "calculator": {
82
+ "type": "streamable-http",
83
+ "url": "https://calculator.caseyjhand.com/mcp"
84
+ }
85
+ }
86
+ }
87
+ ```
88
+
89
+ ### Self-Hosted / Local
65
90
 
66
91
  Add to your MCP client config (e.g., `claude_desktop_config.json`):
67
92
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cyanheads/calculator-mcp-server",
3
- "version": "0.1.6",
4
- "description": "A calculator MCP server that lets any LLM verify mathematical computations. Evaluate, simplify, and differentiate expressions via a single tool. Powered by math.js v15.",
3
+ "version": "0.1.7",
4
+ "description": "Calculator MCP server evaluate, simplify, and differentiate math expressions.",
5
5
  "mcpName": "io.github.cyanheads/calculator-mcp-server",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
package/server.json CHANGED
@@ -1,19 +1,25 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.cyanheads/calculator-mcp-server",
4
- "description": "Calculator MCP server — evaluate, simplify, and differentiate math expressions. Powered by math.js v15.",
4
+ "description": "Calculator MCP server — evaluate, simplify, and differentiate math expressions.",
5
5
  "repository": {
6
6
  "url": "https://github.com/cyanheads/calculator-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.6",
9
+ "version": "0.1.7",
10
+ "remotes": [
11
+ {
12
+ "type": "streamable-http",
13
+ "url": "https://calculator.caseyjhand.com/mcp"
14
+ }
15
+ ],
10
16
  "packages": [
11
17
  {
12
18
  "registryType": "npm",
13
19
  "registryBaseUrl": "https://registry.npmjs.org",
14
20
  "identifier": "@cyanheads/calculator-mcp-server",
15
21
  "runtimeHint": "bun",
16
- "version": "0.1.6",
22
+ "version": "0.1.7",
17
23
  "packageArguments": [
18
24
  {
19
25
  "type": "positional",
@@ -63,7 +69,7 @@
63
69
  "registryBaseUrl": "https://registry.npmjs.org",
64
70
  "identifier": "@cyanheads/calculator-mcp-server",
65
71
  "runtimeHint": "bun",
66
- "version": "0.1.6",
72
+ "version": "0.1.7",
67
73
  "packageArguments": [
68
74
  {
69
75
  "type": "positional",