{
  "name": "@younndai/lyt-mcp",
  "version": "0.20.26",
  "description": "Lyt MCP server — exposes the lyt-vault + lyt-mesh operation set as typed Model Context Protocol tools so AI agents (Claude Desktop, Claude Code, Codex, any MCP client) can drive Lyt locally.",
  "homepage": "https://linkyourthink.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YounndAI/lyt.git",
    "directory": "packages/lyt-mcp"
  },
  "author": {
    "name": "MARLINK TRADING SRL (YounndAI)",
    "url": "https://younndai.com"
  },
  "contributors": [
    {
      "name": "Alexandru Mareș",
      "url": "https://allemaar.com"
    }
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.9",
    "npm": ">=10"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "lyt-mcp": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE",
    "CONTRIBUTING.md",
    "SECURITY.md"
  ],
  "lytRelease": {
    "requiredAssets": [
      {
        "path": "./README.md",
        "kind": "file"
      },
      {
        "path": "./LICENSE",
        "kind": "file"
      },
      {
        "path": "./NOTICE",
        "kind": "file"
      },
      {
        "path": "./CONTRIBUTING.md",
        "kind": "file"
      },
      {
        "path": "./SECURITY.md",
        "kind": "file"
      },
      {
        "path": "./dist",
        "kind": "tree"
      }
    ]
  },
  "scripts": {
    "build": "tsc && node ../../scripts/public-release/stamp-dist-license-headers.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rimraf --glob dist .turbo *.tsbuildinfo",
    "prepack": "npm run clean && npm run build",
    "prepublishOnly": "node ../../scripts/check-no-vendored-deps.mjs --root ../.. && node ../../scripts/public-release/scan-tarball.mjs lyt-mcp"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@younndai/lyt-mesh": "0.20.26",
    "@younndai/lyt-vault": "0.20.26",
    "commander": "^12.1.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@lyt/typescript-config": "*",
    "@types/node": "^22.10.5",
    "rimraf": "*",
    "typescript": "*",
    "vitest": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "lyt",
    "mcp",
    "model-context-protocol",
    "younndai"
  ]
}
