UNPKG

@yeepay/awesome-components-mcp

Version:

MCP server providing access to awesome-components documentation and integration guides with dual-mode operation: direct fetch and GitLab MCP instruction generation

61 lines (60 loc) 1.6 kB
{ "name": "@yeepay/awesome-components-mcp", "version": "1.0.0", "description": "MCP server providing access to awesome-components documentation and integration guides with dual-mode operation: direct fetch and GitLab MCP instruction generation", "main": "dist/server.js", "bin": { "awesome-components-mcp": "dist/server.js" }, "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "nodemon src/server.ts", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "components", "documentation", "gitlab", "awesome-components", "integration-guides", "component-discovery", "llms-txt", "yeepay" ], "author": { "name": "Awesome Components Team", "email": "awesome-components@yeepay.com" }, "license": "MIT", "homepage": "https://gitlab.yeepay.com/awesome/awesome-components-mcp", "repository": { "type": "git", "url": "git+https://gitlab.yeepay.com/awesome/awesome-components-mcp.git" }, "bugs": { "url": "https://gitlab.yeepay.com/awesome/awesome-components-mcp/-/issues" }, "engines": { "node": ">=20.0.0" }, "type": "commonjs", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.29", "jest": "^29.7.0", "nodemon": "^3.1.10", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.23.8" } }