feat: mcp-paperclip v1.0.0 — 165 tools para Paperclip AI

Triple transport (STDIO + StreamableHTTP + SSE porta 3175).
24 modulos: agents, issues, approvals, routines, goals, projects,
costs, activity, skills, secrets, plugins, assets, settings, access.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 02:56:45 +01:00
commit 2753360787
43 changed files with 13071 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "mcp-paperclip",
"version": "1.0.0",
"description": "MCP Server para Paperclip AI — gestao de agentes, issues, rotinas e governance",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"start:http": "node dist/index-http.js",
"dev": "tsc --watch",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"quality:check": "npm run lint && npm run format:check && npm run build && npm run test"
},
"author": "Descomplicar",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"dotenv": "^16.6.1",
"winston": "^3.19.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^22.19.17",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.9",
"typescript": "^5.9.3"
}
}