@rashidazarang/aptly-mcp
Version:
Model Context Protocol server for Aptly package repository management - enables AI assistants to manage Debian repositories
70 lines (69 loc) • 1.74 kB
JSON
{
"name": "@rashidazarang/aptly-mcp",
"version": "1.1.1",
"description": "Model Context Protocol server for Aptly package repository management - enables AI assistants to manage Debian repositories",
"type": "module",
"main": "./build/index.js",
"bin": {
"aptly-mcp": "build/index.js"
},
"files": [
"build",
"README.md",
"LICENSE",
"smithery.json"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "npm run build && node build/test.js",
"clean": "rimraf build",
"lint": "eslint src/**/*.ts",
"type-check": "tsc --noEmit"
},
"keywords": [
"mcp",
"model-context-protocol",
"aptly",
"debian",
"package-management",
"repository",
"ai-tools",
"claude",
"smithery"
],
"author": {
"name": "Rashid Azarang",
"email": "rashidazarang@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rashidazarang/aptly-mcp.git"
},
"homepage": "https://github.com/rashidazarang/aptly-mcp#readme",
"bugs": {
"url": "https://github.com/rashidazarang/aptly-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.5.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}