components-mcp
Version:
MCP Server for managing project components, APIs, and coding standards
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "components-mcp",
"version": "1.1.0",
"description": "MCP Server for managing project components, APIs, and coding standards",
"main": "server.js",
"type": "module",
"bin": {
"components-mcp": "./server.js"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "tsc",
"type-check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"nodemon": "^3.0.1",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"components",
"api",
"documentation",
"server",
"model-context-protocol"
],
"author": "bodangren",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bodangren/components-mcp.git"
},
"homepage": "https://github.com/bodangren/components-mcp#readme",
"bugs": {
"url": "https://github.com/bodangren/components-mcp/issues"
},
"engines": {
"node": ">=14.0.0"
}
}