{
  "name": "@tiwater/office-mcp",
  "version": "0.21.62",
  "description": "Published MCP distribution for independent Tiwater Office, PDF, and Text document capabilities",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tiwater/mcp-servers",
    "directory": "servers"
  },
  "bin": {
    "tiwater-office-mcp": "office/index.mjs",
    "tiwater-pdf-mcp": "pdf/index.mjs",
    "tiwater-text-mcp": "text/index.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "_shared/tool-runtime.mjs",
    "_shared/large-json-result.mjs",
    "_shared/output-write-lock.mjs",
    "_shared/mcp-stdio.mjs",
    "_shared/evidence-role.mjs",
    "_shared/effect-kind.mjs",
    "office/index.mjs",
    "office/docx-object-identity.mjs",
    "office/file-backed-changes.mjs",
    "office/file-backed-table.mjs",
    "office/README.md",
    "office/contracts/tiwater-office-provider-contract-manifest-v1.json",
    "office/contracts/*.schema.json",
    "pdf/index.mjs",
    "pdf/README.md",
    "pdf/contracts/*.json",
    "text/index.mjs",
    "text/observation.mjs",
    "text/README.md",
    "text/contracts/tiwater-text-provider-contract-manifest-v1.json",
    "text/contracts/*.schema.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "2.0.0",
    "zod": "4.4.3"
  }
}
