{
  "name": "@wisflux/docmost-local-mcp",
  "version": "0.9.0",
  "description": "Docmost MCP server for local IDE integrations",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/wisflux/docmost-local-mcp.git"
  },
  "bin": {
    "docmost-local-mcp": "./cli.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "files": [
    "cli.js",
    "postinstall.js",
    "README.md",
    "LICENSE"
  ]
}
