{
  "name": "a-calc-mcp-server",
  "version": "1.0.0",
  "description": "MCP server for a-calc - a powerful number precision calculation and formatting library",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "a-calc-mcp": "./src/index.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js"
  },
  "keywords": [
    "mcp",
    "a-calc",
    "calculation",
    "formatting",
    "precision"
  ],
  "author": "Autumn",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  }
}