UNPKG

@buildwithlayer/qloo-mcp

Version:

An MCP server for Qloo generated by @buildwithlayer

68 lines (67 loc) 2.17 kB
{ "name": "@buildwithlayer/qloo-mcp", "version": "0.0.4", "description": "An MCP server for Qloo generated by @buildwithlayer", "author": "Buildwithlayer", "publishConfig": { "access": "public" }, "homepage": "https://github.com/buildwithlayer/qloo-mcp", "bugs": "https://github.com/buildwithlayer/qloo-mcp/issues", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/buildwithlayer/qloo-mcp.git" }, "engines": { "node": ">=18" }, "keywords": [ "qloo", "mcp", "api", "model-context-protocol" ], "files": [ "dist" ], "bin": { "qloo-mcp": "./dist/index.js" }, "main": "dist/index.js", "scripts": { "build": "shx rm -rf dist && tsc", "generate": "./node_modules/@buildwithlayer/openapi-to-tools/dist/cjs/cli.js spec.json -o src/tools.json", "lint": "eslint src/", "watch": "concurrently \"npm run watch:tools\" \"npm run watch:ts\"", "watch:tools": "onchange -i 'spec.json' -- npm run generate", "watch:ts": "onchange -i 'src/**/*.ts' 'src/**/*.json' -i 'src/**/*.test.ts' -- npm run build", "inspect": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js", "test": "jest", "prepack": "npm run generate && npm run build" }, "dependencies": { "@buildwithlayer/openapi-to-tools": "^1.3.3", "@modelcontextprotocol/sdk": "^1.11.2", "dotenv": "^16.5.0", "zod": "^3.25.56" }, "devDependencies": { "@buildwithlayer/mcp-evals": "^2.2.0", "@eslint/js": "^9.26.0", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "concurrently": "^9.1.2", "eslint": "^9.27.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-sort": "^4.0.0", "jest": "^29.7.0", "jest-html-reporter": "^4.1.0", "onchange": "^7.1.0", "shx": "^0.4.0", "ts-jest": "^29.3.2", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0" } }