{
  "name": "@antl3x/toolrag",
  "version": "0.0.3",
  "type": "module",
  "description": "Context-aware tool retrieval for language models - unlock the full potential of LLM function calling without context window limitations or constraints.",
  "homepage": "https://github.com/antl3x/ToolRAG",
  "keywords": [
    "llm",
    "tool",
    "registry",
    "tools",
    "mcp",
    "openai",
    "anthropic",
    "llm-tools",
    "function-calling",
    "llm-tool-call",
    "mcp-servers",
    "mcp-server"
  ],
  "author": "Antonio Moura (antl3x)",
  "license": "Apache-2.0",
  "packageManager": "pnpm@10.6.5",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "imports": {
    "#*": "./source/*"
  },
  "dependencies": {
    "@google-cloud/aiplatform": "^4.1.0",
    "@google-cloud/vertexai": "^0.5.0",
    "@libsql/client": "^0.15.1",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "openai": "^4.89.1",
    "sqlite-vec": "0.1.7-alpha.2",
    "sqlite3": "^5.1.7",
    "winston": "^3.17.0",
    "zod": "^3.24.2"
  }
}