Metadata-Version: 2.4
Name: vkey-calculator-kel
Version: 0.1.6
Summary: vkey mcp calculator
Author-email: 'vkey' <vkey@qq.com>
Requires-Python: >=3.13
Requires-Dist: build>=1.2.2.post1
Requires-Dist: deepdiff>=8.5.0
Requires-Dist: fastmcp>=2.9.0
Requires-Dist: mcp[cli]>=1.9.4
Requires-Dist: twine>=6.1.0
Description-Content-Type: text/markdown

## vkey MCP
计算器


## inspector
```
npx @modelcontextprotocol/inspector uvx vkey-calculator-kel
```

## MCP 服务器配置
```
{
  "mcpServers": {
    "vkey-calculator": {
        "command": "uvx",
        "args": [
          "vkey-calculator-kel@latest"
        ]
      }
  }
}

```
