[PR #1] [MERGED] feat(hands): add Jimp image editing tools #2

Closed
opened 2026-03-03 15:56:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/human-mcp/pull/1
Author: @mrgoonie
Created: 10/1/2025
Status: Merged
Merged: 10/1/2025
Merged by: @mrgoonie

Base: mainHead: dev


📝 Commits (1)

  • e7ec6b1 feat(hands): add Jimp image editing tools

📊 Changes

8 files changed (+1690 additions, -3 deletions)

View changed files

📝 bun.lock (+177 -0)
📝 package.json (+3 -0)
📝 src/tools/hands/index.ts (+367 -2)
src/tools/hands/processors/background-remover.ts (+156 -0)
src/tools/hands/processors/jimp-processor.ts (+389 -0)
📝 src/tools/hands/schemas.ts (+66 -1)
src/tools/hands/utils/jimp-helpers.ts (+281 -0)
src/tools/hands/utils/validation.ts (+251 -0)

📄 Description

  • Add 5 new image manipulation tools: crop, resize, rotate, mask, and background removal
  • Implement Jimp v1.6.0 API integration with comprehensive error handling
  • Create helper utilities for coordinate validation and mode detection
  • Add Zod schemas for input validation across all new tools
  • Integrate @imgly/background-removal for AI-powered background removal
  • Install dependencies: jimp, @imgly/background-removal, onnxruntime-web
  • Register all new tools in hands tool collection

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mrgoonie/human-mcp/pull/1 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e7ec6b1`](https://github.com/mrgoonie/human-mcp/commit/e7ec6b14741353a2e6a4471752da46572713da69) feat(hands): add Jimp image editing tools ### 📊 Changes **8 files changed** (+1690 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+177 -0) 📝 `package.json` (+3 -0) 📝 `src/tools/hands/index.ts` (+367 -2) ➕ `src/tools/hands/processors/background-remover.ts` (+156 -0) ➕ `src/tools/hands/processors/jimp-processor.ts` (+389 -0) 📝 `src/tools/hands/schemas.ts` (+66 -1) ➕ `src/tools/hands/utils/jimp-helpers.ts` (+281 -0) ➕ `src/tools/hands/utils/validation.ts` (+251 -0) </details> ### 📄 Description - Add 5 new image manipulation tools: crop, resize, rotate, mask, and background removal - Implement Jimp v1.6.0 API integration with comprehensive error handling - Create helper utilities for coordinate validation and mode detection - Add Zod schemas for input validation across all new tools - Integrate @imgly/background-removal for AI-powered background removal - Install dependencies: jimp, @imgly/background-removal, onnxruntime-web - Register all new tools in hands tool collection --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:56:46 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/human-mcp#2
No description provided.