@insforge/install
Version:
CLI tool for installing Insforge MCP servers across different AI clients
29 lines (28 loc) • 577 B
JSON
{
"name": "@insforge/install",
"version": "0.0.6",
"description": "CLI tool for installing Insforge MCP servers across different AI clients",
"type": "module",
"main": "dist/index.js",
"bin": {
"insforge-install": "dist/index.js"
},
"scripts": {
"start": "node dist/index.js"
},
"dependencies": {
"yargs": "^17.7.2",
"picocolors": "^1.0.0",
"consola": "^3.2.3"
},
"keywords": [
"insforge",
"mcp",
"model-context-protocol"
],
"author": "Insforge",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}