{
  "name": "@agent-infra/mcp-server-filesystem",
  "version": "1.2.29",
  "mcpName": "io.github.bytedance/mcp-server-filesystem",
  "description": "MCP server for filesystem access",
  "license": "MIT",
  "type": "module",
  "main": "./dist/server.cjs",
  "module": "./dist/server.js",
  "types": "./dist/server.d.ts",
  "exports": {
    ".": {
      "import": "./dist/server.js",
      "require": "./dist/server.cjs"
    }
  },
  "homepage": "https://github.com/bytedance/UI-TARS-desktop",
  "bugs": "https://github.com/bytedance/UI-TARS-desktop/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/UI-TARS-desktop.git",
    "directory": "packages/agent-infra/mcp-servers/filesystem"
  },
  "bin": {
    "mcp-server-filesystem": "dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "~1.15.1",
    "mcp-http-server": "1.2.4"
  },
  "devDependencies": {
    "commander": "^13.1.0",
    "diff": "^5.1.0",
    "glob": "^10.3.10",
    "minimatch": "^10.0.1",
    "zod-to-json-schema": "^3.23.5",
    "zod": "^3.23.8",
    "tsx": "^4.19.3",
    "vitest": "^3.0.7",
    "@types/diff": "^5.0.9",
    "@types/minimatch": "^5.1.2",
    "@rslib/core": "0.10.0",
    "@types/node": "^22",
    "shx": "^0.3.4",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "build": "shx rm -rf dist && rslib build && shx chmod +x dist/*.js",
    "dev": "npx -y @modelcontextprotocol/inspector tsx src/index.ts /tmp",
    "test": "vitest run",
    "watch": "rslib build --watch"
  }
}