mirror of
https://github.com/mrgoonie/human-mcp.git
synced 2026-04-26 12:05:49 +03:00
[PR #1] [MERGED] feat(hands): add Jimp image editing tools #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/human-mcp#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (1)
e7ec6b1feat(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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.