@felores/kie-ai-mcp-server 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ai_docs/image.md +55 -0
- package/ai_docs/mcp/mcp_typescript_sdk_readme.md +1511 -0
- package/ai_docs/video.md +88 -0
- package/dist/index.js +11 -55
- package/package.json +1 -1
- package/ai_docs/artist.md +0 -523
- package/ai_docs/filmographer.md +0 -609
- /package/ai_docs/mcp/{inspector.md → mcp_inspector.md} +0 -0
package/ai_docs/image.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Image generation and editing guidance
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Image Generation and Editing Tools
|
|
6
|
+
|
|
7
|
+
This guide provides information about available image generation and editing models and their capabilities.
|
|
8
|
+
|
|
9
|
+
## Available Image Models (users can disable each tool individually)
|
|
10
|
+
|
|
11
|
+
### Core Generation Models
|
|
12
|
+
- **bytedance_seedream**: Professional quality 2K-4K generation and editing, batch processing (1-10 images)
|
|
13
|
+
- **qwen**: Fast processing, realistic results, multi-image editing
|
|
14
|
+
- **flux_kontext**: Advanced controls with customization options
|
|
15
|
+
- **openai_4o**: Creative variants (up to 4), mask editing support
|
|
16
|
+
- **nano_banana**: Quick generation and upscaling (1x-4x)
|
|
17
|
+
|
|
18
|
+
### Specialized Tools
|
|
19
|
+
- **recraft**: Background removal only
|
|
20
|
+
- **ideogram_reframe**: Aspect ratio changes and reframing
|
|
21
|
+
|
|
22
|
+
## Model Capabilities Overview
|
|
23
|
+
|
|
24
|
+
| Model | Text-to-Image | Single Edit | Multi-Image | Background Removal | Aspect Ratio | Variants | Upscaling |
|
|
25
|
+
|-------|---------------|-------------|-------------|-------------------|--------------|----------|-----------|
|
|
26
|
+
| bytedance_seedream | ✅ | ✅ | ✅ (1-10) | ❌ | ✅ | ✅ (1-6) | ❌ |
|
|
27
|
+
| qwen | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ (1-4) | ❌ |
|
|
28
|
+
| flux_kontext | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ |
|
|
29
|
+
| openai_4o | ✅ | ✅ | ⚠️ (1-5) | ❌ | ⚠️ limited | ✅ (1-4) | ❌ |
|
|
30
|
+
| nano_banana | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ (1x-4x) |
|
|
31
|
+
| recraft | ❌ | ❌ | ❌ | ✅ only | ❌ | ❌ | ❌ |
|
|
32
|
+
| ideogram_reframe | ❌ | ❌ | ❌ | ❌ | ✅ only | ✅ (1-4) | ❌ |
|
|
33
|
+
|
|
34
|
+
## Usage Guidelines
|
|
35
|
+
|
|
36
|
+
### For Image Generation
|
|
37
|
+
- Use descriptive prompts for best results
|
|
38
|
+
- Consider resolution needs (2K default, 4K for high-quality requirements)
|
|
39
|
+
- Batch processing available for multiple variations
|
|
40
|
+
|
|
41
|
+
### For Image Editing
|
|
42
|
+
- Provide clear editing instructions
|
|
43
|
+
- Multiple image editing supported by some models
|
|
44
|
+
- Mask-based editing available with openai_4o
|
|
45
|
+
|
|
46
|
+
### For Specialized Tasks
|
|
47
|
+
- Background removal: Use recraft
|
|
48
|
+
- Aspect ratio changes: Use ideogram_reframe
|
|
49
|
+
- Upscaling: Use nano_banana (1x-4x scale)
|
|
50
|
+
|
|
51
|
+
## File Formats and Output
|
|
52
|
+
|
|
53
|
+
- Generated images are available in various formats
|
|
54
|
+
- Upscaling supports 1x to 4x enhancement
|
|
55
|
+
- Batch processing available for multiple outputs
|