@trimble-oss/modus-mcp-server
Version:
An MCP server providing information about Modus React form and UI components
56 lines (55 loc) • 1.26 kB
JSON
{
"name": "@trimble-oss/modus-mcp-server",
"version": "1.0.2",
"description": "An MCP server providing information about Modus React form and UI components",
"keywords": [
"mcp",
"modus",
"design-system",
"components",
"react",
"model-context-protocol"
],
"homepage": "https://github.com/trimble-oss/Modus2-p2c-agent#readme",
"bugs": {
"url": "https://github.com/trimble-oss/Modus2-p2c-agent/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trimble-oss/Modus2-p2c-agent.git"
},
"license": "MIT",
"author": "Trimble",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "dist/index.js",
"bin": {
"modus-mcp-server": "dist/index.js"
},
"files": [
"dist/**/*",
"knowledge-base/**/*",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"eslint": "npx eslint@8.57.1 . --ext .js",
"prepare": "npm run build",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.19.7",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
}
}