@coo-quack/calc-mcp 2.0.6 → 2.1.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 (3) hide show
  1. package/README.md +6 -6
  2. package/dist/index.js +83 -83
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,10 +18,10 @@ LLMs hallucinate calculations, can't generate true random numbers, and struggle
18
18
 
19
19
  ```bash
20
20
  # Claude Code
21
- claude mcp add -s user calc-mcp -- npx -y @coo-quack/calc-mcp@2.0.6
21
+ claude mcp add -s user calc-mcp -- npx -y @coo-quack/calc-mcp@2.1.0
22
22
 
23
23
  # Or just run it
24
- npx -y @coo-quack/calc-mcp@2.0.6
24
+ npx -y @coo-quack/calc-mcp@2.1.0
25
25
  ```
26
26
 
27
27
  > Works with Claude Desktop, VS Code Copilot, Cursor, Windsurf, and any MCP client — [setup guides below](#install).
@@ -143,7 +143,7 @@ Ask in natural language — your AI assistant selects the appropriate tool.
143
143
  ### Claude Code
144
144
 
145
145
  ```bash
146
- claude mcp add -s user calc-mcp -- npx -y @coo-quack/calc-mcp@2.0.6
146
+ claude mcp add -s user calc-mcp -- npx -y @coo-quack/calc-mcp@2.1.0
147
147
  ```
148
148
 
149
149
  ### Claude Code plugin
@@ -173,7 +173,7 @@ Add to your config file:
173
173
  "mcpServers": {
174
174
  "calc-mcp": {
175
175
  "command": "npx",
176
- "args": ["-y", "@coo-quack/calc-mcp@2.0.6"]
176
+ "args": ["-y", "@coo-quack/calc-mcp@2.1.0"]
177
177
  }
178
178
  }
179
179
  }
@@ -188,7 +188,7 @@ Add to `.vscode/mcp.json` in your workspace:
188
188
  "servers": {
189
189
  "calc-mcp": {
190
190
  "command": "npx",
191
- "args": ["-y", "@coo-quack/calc-mcp@2.0.6"]
191
+ "args": ["-y", "@coo-quack/calc-mcp@2.1.0"]
192
192
  }
193
193
  }
194
194
  }
@@ -224,7 +224,7 @@ Available tags:
224
224
  Calc MCP works with any MCP-compatible client. Run the server via stdio:
225
225
 
226
226
  ```bash
227
- npx -y @coo-quack/calc-mcp@2.0.6
227
+ npx -y @coo-quack/calc-mcp@2.1.0
228
228
  ```
229
229
 
230
230
  Point your client's MCP config to the command above. The server communicates over **stdio** using the standard [Model Context Protocol](https://modelcontextprotocol.io/).