{
"name": "@tommybez/dbt-semantic-layer-mcp-server",
"packageManager": "pnpm@9.14.2",
"version": "0.1.3",
"description": "MCP server for using the DBT Semantic Layer API",
"license": "MIT",
"author": "TommyBez",
"type": "commonjs",
"bin": {
"mcp-server-dbt-semantic-layer": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"watch": "tsc --watch"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@modelcontextprotocol/sdk": "1.0.1",
"@tanstack/react-query": "^5.66.11",
"litemcp": "^0.9.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}