{ "name": "@qlows/mcp", "version": "1.0.0", "description": "Local MCP connector for qlows — bring your live RFP/bid deals and the public tender corpus into Claude, Cursor, Windsurf, Cline and any MCP client.", "license": "MIT", "author": "qlows", "homepage": "https://github.com/getqlows/qlows-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/getqlows/qlows-mcp.git" }, "bugs": { "url": "https://github.com/getqlows/qlows-mcp/issues" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "model-context-protocol", "qlows", "rfp", "tender", "claude", "ai" ], "type": "module", "mcpName": "io.github.getqlows/qlows-mcp", "bin": { "qlows-mcp": "dist/index.js" }, "files": [ "dist", "server.json", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.json && chmod +x dist/index.js", "dev": "tsc -p tsconfig.json --watch", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node dist/index.js test", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" } }