mcp-prompt-optimizer 1.1.0 → 1.3.2
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/CHANGELOG.md +222 -300
- package/README.md +185 -471
- package/index.js +887 -171
- package/lib/api-key-manager.js +348 -0
- package/lib/check-status.js +143 -0
- package/lib/clear-cache.js +100 -0
- package/lib/validate-key.js +111 -0
- package/package.json +322 -22
- package/bin/start-server +0 -22
- package/docs/api-reference.md +0 -294
- package/docs/client-configurations.md +0 -372
- package/lib/api-client.js +0 -80
- package/lib/config.js +0 -75
- package/lib/mcp-protocol.js +0 -236
package/CHANGELOG.md
CHANGED
|
@@ -1,331 +1,253 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to the MCP Prompt Optimizer
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- **
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- **
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- **
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
- **
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
|
|
55
|
-
###
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
3
|
+
All notable changes to the MCP Prompt Optimizer will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [1.1.0] - 2025-07-05
|
|
6
|
+
|
|
7
|
+
### 🎯 Smart Tier-Aware Features
|
|
8
|
+
- **NEW**: Smart tier detection and feature delivery
|
|
9
|
+
- **NEW**: Auto-save templates for high-confidence optimizations (Creator/Innovator)
|
|
10
|
+
- **NEW**: Similar template search and discovery (Creator/Innovator)
|
|
11
|
+
- **NEW**: Advanced optimization insights and analytics (Innovator)
|
|
12
|
+
- **NEW**: Performance improvement metrics (Innovator)
|
|
13
|
+
- **NEW**: AI-powered optimization recommendations (Innovator)
|
|
14
|
+
|
|
15
|
+
### ✨ Enhanced User Experience
|
|
16
|
+
- **IMPROVED**: Tier-aware response formatting
|
|
17
|
+
- **NEW**: Upgrade prompts and value progression
|
|
18
|
+
- **IMPROVED**: Error messages with tier-specific guidance
|
|
19
|
+
- **NEW**: Professional messaging for each tier level
|
|
20
|
+
|
|
21
|
+
### 🔧 Technical Improvements
|
|
22
|
+
- **UPDATED**: Backend integration for smart endpoint
|
|
23
|
+
- **IMPROVED**: Response parsing and formatting
|
|
24
|
+
- **NEW**: Graceful handling of template save failures
|
|
25
|
+
- **UPDATED**: Tool descriptions to reflect smart features
|
|
26
|
+
|
|
27
|
+
### 📚 Documentation
|
|
28
|
+
- **UPDATED**: README with tier-specific examples
|
|
29
|
+
- **NEW**: Complete feature matrix by tier
|
|
30
|
+
- **UPDATED**: Setup instructions for smart features
|
|
31
|
+
- **NEW**: Example responses for all tier levels
|
|
32
|
+
|
|
33
|
+
### 🐛 Bug Fixes
|
|
34
|
+
- **FIXED**: Response formatting for complex nested data
|
|
35
|
+
- **FIXED**: Error handling for backend communication
|
|
36
|
+
- **IMPROVED**: Fallback behavior for missing features
|
|
37
|
+
|
|
38
|
+
## [2.0.0] - 2024-12-19 - 🚀 **MAJOR RELEASE: True MCP Server**
|
|
39
|
+
|
|
40
|
+
### 🎯 **Revolutionary Architecture**
|
|
41
|
+
- **BREAKING**: Complete rewrite to true MCP server architecture
|
|
42
|
+
- **NEW**: Hybrid local+remote optimization capabilities
|
|
43
|
+
- **NEW**: Universal compatibility with ALL MCP clients
|
|
44
|
+
- **NEW**: Intelligent routing between optimization strategies
|
|
45
|
+
|
|
46
|
+
### ⚡ **Local Optimization Engine**
|
|
47
|
+
- **NEW**: JavaScript-based rules engine for ultra-fast optimization (~50ms)
|
|
48
|
+
- **NEW**: AI context detection (image generation, code, technical automation, etc.)
|
|
49
|
+
- **NEW**: Parameter preservation for image generation (`--parameters`)
|
|
50
|
+
- **NEW**: Code block and URL preservation
|
|
51
|
+
- **NEW**: Sophistication analysis for intelligent routing
|
|
52
|
+
- **NEW**: 15+ optimization rules with priority system
|
|
53
|
+
- **NEW**: Offline capability (no API key required for local mode)
|
|
54
|
+
|
|
55
|
+
### 🌐 **Remote Enhancement**
|
|
56
|
+
- **IMPROVED**: Enhanced remote API integration
|
|
57
|
+
- **NEW**: Smart fallback handling
|
|
58
|
+
- **NEW**: Confidence-based enhancement decisions
|
|
59
|
+
- **NEW**: Batch optimization support
|
|
60
|
+
- **NEW**: Health monitoring and diagnostics
|
|
61
|
+
|
|
62
|
+
### 🔄 **Hybrid Routing System**
|
|
63
|
+
- **NEW**: Auto mode with intelligent strategy selection
|
|
64
|
+
- **NEW**: Local-first mode (fast local + optional remote enhancement)
|
|
65
|
+
- **NEW**: Remote-first mode (quality remote + local validation)
|
|
66
|
+
- **NEW**: Parallel mode (run both, choose best result)
|
|
67
|
+
- **NEW**: Local-only mode (pure offline)
|
|
68
|
+
- **NEW**: Remote-only mode (cloud-powered)
|
|
69
|
+
|
|
70
|
+
### 🛠️ **Enhanced Configuration**
|
|
71
|
+
- **NEW**: Comprehensive configuration manager
|
|
72
|
+
- **NEW**: User preference system
|
|
73
|
+
- **NEW**: Environment variable support
|
|
74
|
+
- **NEW**: Configuration file persistence (`~/.mcp-prompt-optimizer/`)
|
|
75
|
+
- **NEW**: CLI configuration options
|
|
76
|
+
- **NEW**: Health check and diagnostic tools
|
|
77
|
+
|
|
78
|
+
### 📋 **MCP Protocol Compliance**
|
|
79
|
+
- **NEW**: Full JSON-RPC 2.0 implementation
|
|
80
|
+
- **NEW**: Proper MCP protocol version 2024-11-05
|
|
81
|
+
- **NEW**: Standard tools interface
|
|
82
|
+
- **NEW**: Error handling and validation
|
|
83
|
+
- **NEW**: Stdio communication
|
|
84
|
+
|
|
85
|
+
### 🎮 **Enhanced Tools**
|
|
86
|
+
- **IMPROVED**: `optimize_prompt` with extensive options
|
|
87
|
+
- **NEW**: `health_check` tool with detailed diagnostics
|
|
88
|
+
- **NEW**: `get_config` tool for configuration viewing
|
|
89
|
+
- **NEW**: `update_config` tool for runtime configuration updates
|
|
90
|
+
|
|
91
|
+
### 🏗️ **New Components**
|
|
92
|
+
- **NEW**: `lib/mcp-server.js` - Core MCP protocol handler
|
|
93
|
+
- **NEW**: `lib/hybrid-router.js` - Intelligent optimization routing
|
|
94
|
+
- **NEW**: `lib/local-optimizer.js` - Local rules engine
|
|
95
|
+
- **NEW**: `lib/remote-client.js` - Enhanced remote API client
|
|
96
|
+
- **NEW**: `lib/ai-context-detector.js` - AI context detection
|
|
97
|
+
- **NEW**: `lib/config-manager.js` - Configuration management
|
|
98
|
+
- **NEW**: `bin/mcp-prompt-optimizer` - New CLI executable
|
|
99
|
+
|
|
100
|
+
### 📊 **Performance Improvements**
|
|
101
|
+
- **IMPROVED**: ~50ms local optimization (vs ~2-5s remote-only)
|
|
102
|
+
- **NEW**: Parallel processing capabilities
|
|
103
|
+
- **NEW**: Strategy caching for repeated optimizations
|
|
104
|
+
- **NEW**: Intelligent timeout handling
|
|
105
|
+
- **NEW**: Memory-efficient rule application
|
|
106
|
+
|
|
107
|
+
### 🔧 **Developer Experience**
|
|
108
|
+
- **NEW**: Comprehensive test suite
|
|
109
|
+
- **NEW**: Debug mode with detailed logging
|
|
110
|
+
- **NEW**: Health check and connection testing
|
|
111
|
+
- **NEW**: Configuration generation tools
|
|
112
|
+
- **NEW**: Example configurations for all MCP clients
|
|
113
|
+
|
|
114
|
+
### 🎯 **AI Context Support**
|
|
115
|
+
- **NEW**: `human_communication` - Emails, letters, social content
|
|
116
|
+
- **NEW**: `llm_interaction` - General LLM conversations (default)
|
|
117
|
+
- **NEW**: `image_generation` - Image/art generation prompts
|
|
118
|
+
- **NEW**: `technical_automation` - DevOps, system administration
|
|
119
|
+
- **NEW**: `structured_output` - JSON, data formats, templates
|
|
120
|
+
- **NEW**: `code_generation` - Programming and development
|
|
121
|
+
- **NEW**: `api_automation` - API calls, integrations
|
|
122
|
+
|
|
123
|
+
### 🎨 **Optimization Goals**
|
|
124
|
+
- **EXISTING**: `clarity` - Make prompts clearer
|
|
125
|
+
- **EXISTING**: `conciseness` - Remove unnecessary words
|
|
126
|
+
- **EXISTING**: `creativity` - Enhance creative aspects
|
|
127
|
+
- **NEW**: `specificity` - Add specific details
|
|
128
|
+
- **NEW**: `actionability` - Make prompts more directive
|
|
129
|
+
- **NEW**: `comprehensiveness` - Add depth and thoroughness
|
|
130
|
+
- **NEW**: `precision` - Increase accuracy and exactness
|
|
131
|
+
- **NEW**: `engagement` - Improve user engagement
|
|
132
|
+
|
|
133
|
+
### 📚 **Documentation**
|
|
134
|
+
- **REWRITTEN**: Complete README with hybrid architecture explanation
|
|
135
|
+
- **NEW**: Comprehensive usage examples
|
|
136
|
+
- **NEW**: Performance comparison tables
|
|
137
|
+
- **NEW**: Troubleshooting guide
|
|
138
|
+
- **NEW**: Architecture documentation
|
|
139
|
+
- **NEW**: API reference
|
|
140
|
+
|
|
141
|
+
### 🔄 **Backward Compatibility**
|
|
142
|
+
- **MAINTAINED**: Legacy mode support for existing users
|
|
143
|
+
- **MAINTAINED**: Existing API key configuration
|
|
144
|
+
- **MAINTAINED**: Original remote-only functionality
|
|
145
|
+
- **SMOOTH**: Auto-detection of old vs new mode
|
|
146
|
+
|
|
147
|
+
### 🐛 **Bug Fixes**
|
|
148
|
+
- **FIXED**: Connection timeout handling
|
|
149
|
+
- **FIXED**: Error response formatting
|
|
150
|
+
- **FIXED**: Configuration persistence issues
|
|
151
|
+
- **FIXED**: MCP client compatibility issues
|
|
152
|
+
|
|
153
|
+
### ⚠️ **Breaking Changes**
|
|
154
|
+
- **BREAKING**: New binary location (`bin/mcp-prompt-optimizer`)
|
|
155
|
+
- **BREAKING**: Enhanced configuration structure
|
|
156
|
+
- **BREAKING**: New tool response format (includes content array)
|
|
157
|
+
- **MIGRATION**: Automatic migration from legacy config
|
|
158
|
+
|
|
159
|
+
### 🔒 **Security**
|
|
160
|
+
- **IMPROVED**: Input validation and sanitization
|
|
161
|
+
- **IMPROVED**: Error message safety
|
|
162
|
+
- **NEW**: Local processing for sensitive parameters
|
|
163
|
+
- **NEW**: Configurable data routing
|
|
164
|
+
|
|
165
|
+
## [1.0.2] - 2024-12-17
|
|
68
166
|
|
|
69
167
|
### Fixed
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- Improved version detection for global installations
|
|
74
|
-
- Fixed Windows batch file generation issues
|
|
75
|
-
|
|
76
|
-
### Improved
|
|
77
|
-
- Enhanced binary path resolution for global installations
|
|
78
|
-
- Added fallback version detection when package.json path resolution fails
|
|
79
|
-
- Better error handling in binary execution
|
|
80
|
-
|
|
81
|
-
### Notes
|
|
82
|
-
- This fix resolves the issue where `mcp-prompt-optimizer --help` and `mcp-prompt-optimizer --version` returned no output
|
|
83
|
-
- Existing functionality remains unchanged
|
|
84
|
-
- No breaking changes to API or configuration
|
|
168
|
+
- Package installation issues
|
|
169
|
+
- Binary execution permissions
|
|
170
|
+
- Configuration file handling
|
|
85
171
|
|
|
86
|
-
## [1.0.
|
|
87
|
-
|
|
88
|
-
### Fixed
|
|
89
|
-
- **CRITICAL**: Fixed pricing information discrepancy in documentation
|
|
90
|
-
- Corrected subscription tier pricing to match backend implementation
|
|
91
|
-
- Updated rate limit documentation for accuracy
|
|
92
|
-
- Resolved conflicting pricing information between different sources
|
|
93
|
-
- Improved documentation consistency across all package files
|
|
94
|
-
|
|
95
|
-
### Documentation
|
|
96
|
-
- Updated README.md with accurate subscription tiers and pricing
|
|
97
|
-
- Clarified rate limiting structure for all subscription levels
|
|
98
|
-
- Enhanced troubleshooting guide for pricing-related questions
|
|
99
|
-
- Improved consistency between npm package docs and web dashboard
|
|
100
|
-
|
|
101
|
-
### Notes
|
|
102
|
-
- This is a documentation-only update with no functional changes
|
|
103
|
-
- Existing API functionality and rate limits remain unchanged
|
|
104
|
-
- Users should verify current pricing at the web dashboard
|
|
105
|
-
|
|
106
|
-
## [1.0.1] - 2025-06-05
|
|
107
|
-
|
|
108
|
-
### Changed
|
|
109
|
-
- **CRITICAL**: Updated default backend URL from placeholder to production deployment
|
|
110
|
-
- Changed from `https://your-app.code.run` to `https://p01--project-optimizer--fvrdk8m9k9j.code.run`
|
|
111
|
-
- Ensures out-of-the-box functionality without manual configuration
|
|
112
|
-
- Updated package repository information to proper GitHub URLs
|
|
113
|
-
- Enhanced error handling in API client for server errors (500 status)
|
|
114
|
-
- Improved documentation with backend infrastructure details
|
|
172
|
+
## [1.0.1] - 2024-12-17
|
|
115
173
|
|
|
116
174
|
### Added
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
- Enhanced test suite with backend URL validation
|
|
122
|
-
- Added npm test script for package validation
|
|
123
|
-
|
|
124
|
-
### Fixed
|
|
125
|
-
- Fixed default backend URL configuration in `lib/config.js`
|
|
126
|
-
- Ensured consistency between API client and config defaults
|
|
127
|
-
- Improved package metadata and author information
|
|
128
|
-
|
|
129
|
-
### Documentation
|
|
130
|
-
- Updated README.md with production backend information
|
|
131
|
-
- Enhanced client configuration guide with backend details
|
|
132
|
-
- Added backend health check endpoints
|
|
133
|
-
- Improved troubleshooting documentation
|
|
134
|
-
|
|
135
|
-
## [1.0.0] - 2025-05-XX
|
|
136
|
-
|
|
137
|
-
### Added
|
|
138
|
-
- Initial release of MCP Prompt Optimizer package
|
|
139
|
-
- Support for Claude Desktop, Cursor, and Windsurf MCP clients
|
|
140
|
-
- API key authentication system with secure local storage
|
|
141
|
-
- Complete optimization goal support (10 different goals)
|
|
142
|
-
- MCP Protocol 2024-11-05 compliance
|
|
143
|
-
- Real-time quota tracking and usage monitoring
|
|
144
|
-
- Comprehensive error handling and validation
|
|
145
|
-
- Interactive setup command for API key configuration
|
|
146
|
-
- Global npm package installation support
|
|
147
|
-
- Cross-platform compatibility (Windows, macOS, Linux)
|
|
175
|
+
- Initial MCP server implementation
|
|
176
|
+
- Basic prompt optimization via remote API
|
|
177
|
+
- Claude Desktop integration
|
|
178
|
+
- Setup wizard for API key configuration
|
|
148
179
|
|
|
149
180
|
### Features
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
- Health check and connectivity validation
|
|
155
|
-
- Development and production environment support
|
|
156
|
-
|
|
157
|
-
### Security
|
|
158
|
-
- HTTPS-only communication with backend
|
|
159
|
-
- Local-only API key storage
|
|
160
|
-
- No persistent data storage on servers
|
|
161
|
-
- Enterprise-grade security compliance
|
|
181
|
+
- Remote optimization using AI-Enhanced Prompt Optimizer API
|
|
182
|
+
- MCP protocol compliance
|
|
183
|
+
- Cross-platform support (Windows, macOS, Linux)
|
|
184
|
+
- Global npm installation support
|
|
162
185
|
|
|
163
186
|
---
|
|
164
187
|
|
|
165
|
-
##
|
|
166
|
-
|
|
167
|
-
| Package Version | Backend API Version | Deployment URL | AI Features |
|
|
168
|
-
|-----------------|--------------------|--------------------|-------------|
|
|
169
|
-
| 1.1.0 | v0.3.0+ | https://p01--project-optimizer--fvrdk8m9k9j.code.run | Full AI Context Detection |
|
|
170
|
-
| 1.0.3 | v0.2.2+ | https://p01--project-optimizer--fvrdk8m9k9j.code.run | None |
|
|
171
|
-
| 1.0.2 | v0.2.2+ | https://p01--project-optimizer--fvrdk8m9k9j.code.run | None |
|
|
172
|
-
| 1.0.1 | v0.2.2+ | https://p01--project-optimizer--fvrdk8m9k9j.code.run | None |
|
|
173
|
-
| 1.0.0 | v0.2.0+ | Placeholder URL (manual configuration required) | None |
|
|
188
|
+
## Migration Guide: 1.x → 2.0
|
|
174
189
|
|
|
175
|
-
|
|
190
|
+
### For Existing Users
|
|
176
191
|
|
|
177
|
-
|
|
192
|
+
1. **Backup Configuration** (optional):
|
|
193
|
+
```bash
|
|
194
|
+
cp ~/.prompt-optimizer/config.json ~/.prompt-optimizer/config.json.backup
|
|
195
|
+
```
|
|
178
196
|
|
|
179
|
-
**
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
- Target AI model specification
|
|
197
|
+
2. **Update Package**:
|
|
198
|
+
```bash
|
|
199
|
+
npm update -g mcp-prompt-optimizer
|
|
200
|
+
```
|
|
184
201
|
|
|
185
|
-
**
|
|
186
|
-
```bash
|
|
187
|
-
|
|
188
|
-
|
|
202
|
+
3. **Test New Server**:
|
|
203
|
+
```bash
|
|
204
|
+
mcp-prompt-optimizer --health-check
|
|
205
|
+
```
|
|
189
206
|
|
|
190
|
-
|
|
191
|
-
|
|
207
|
+
4. **Update MCP Client Config** (optional):
|
|
208
|
+
```json
|
|
209
|
+
{
|
|
210
|
+
"mcpServers": {
|
|
211
|
+
"prompt-optimizer": {
|
|
212
|
+
"command": "npx",
|
|
213
|
+
"args": ["mcp-prompt-optimizer", "--mode", "auto"]
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
```
|
|
192
218
|
|
|
193
|
-
|
|
194
|
-
# The tool will now automatically detect and optimize for AI contexts
|
|
195
|
-
```
|
|
219
|
+
### New Configuration Options
|
|
196
220
|
|
|
197
|
-
**New Usage Examples:**
|
|
198
|
-
```json
|
|
199
|
-
// Image generation prompt (auto-detected)
|
|
200
|
-
{
|
|
201
|
-
"prompt": "A beautiful sunset over mountains --ar 16:9 --v 5.2",
|
|
202
|
-
"goals": ["clarity", "keyword_density"]
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// LLM interaction prompt (auto-detected)
|
|
206
|
-
{
|
|
207
|
-
"prompt": "Act as a professional copywriter and help me write...",
|
|
208
|
-
"goals": ["role_clarity", "context_specificity"]
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
// Manual AI context specification
|
|
212
|
-
{
|
|
213
|
-
"prompt": "Create a photorealistic image...",
|
|
214
|
-
"ai_context": "image_generation",
|
|
215
|
-
"target_ai_model": "midjourney"
|
|
216
|
-
}
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
### From 1.0.2 to 1.0.3
|
|
220
|
-
|
|
221
|
-
No breaking changes. This update fixes binary execution issues on Windows systems.
|
|
222
|
-
|
|
223
|
-
**Update process:**
|
|
224
221
|
```bash
|
|
225
|
-
#
|
|
226
|
-
|
|
222
|
+
# Use hybrid mode (recommended)
|
|
223
|
+
mcp-prompt-optimizer --mode hybrid
|
|
227
224
|
|
|
228
|
-
#
|
|
229
|
-
mcp-prompt-optimizer --
|
|
230
|
-
mcp-prompt-optimizer --help
|
|
225
|
+
# Use local-only (no API key needed)
|
|
226
|
+
mcp-prompt-optimizer --local-only
|
|
231
227
|
|
|
232
|
-
#
|
|
228
|
+
# Debug mode
|
|
229
|
+
mcp-prompt-optimizer --debug
|
|
233
230
|
```
|
|
234
231
|
|
|
235
|
-
###
|
|
232
|
+
### Legacy Mode
|
|
236
233
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
**Update process:**
|
|
234
|
+
The 1.x functionality is still available:
|
|
240
235
|
```bash
|
|
241
|
-
|
|
242
|
-
npm update -g mcp-prompt-optimizer
|
|
243
|
-
|
|
244
|
-
# Verify new version
|
|
245
|
-
mcp-prompt-optimizer --version
|
|
246
|
-
|
|
247
|
-
# No configuration changes needed
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
### From 1.0.0 to 1.0.1
|
|
251
|
-
|
|
252
|
-
No breaking changes. The update automatically configures the correct backend URL.
|
|
253
|
-
|
|
254
|
-
**If you previously configured a custom backend URL:**
|
|
255
|
-
- Your configuration will be preserved
|
|
256
|
-
- To use the new default: delete `~/.prompt-optimizer/config.json` and run `mcp-prompt-optimizer --setup`
|
|
257
|
-
|
|
258
|
-
**For existing installations:**
|
|
259
|
-
```bash
|
|
260
|
-
# Update the package
|
|
261
|
-
npm update -g mcp-prompt-optimizer
|
|
262
|
-
|
|
263
|
-
# Verify new version
|
|
264
|
-
mcp-prompt-optimizer --version
|
|
265
|
-
|
|
266
|
-
# Test connectivity (optional)
|
|
267
|
-
npm test
|
|
268
|
-
```
|
|
269
|
-
|
|
270
|
-
## Known Issues
|
|
271
|
-
|
|
272
|
-
### 1.1.0
|
|
273
|
-
- None known at release time
|
|
274
|
-
|
|
275
|
-
### 1.0.3
|
|
276
|
-
- None known at release time
|
|
277
|
-
|
|
278
|
-
### 1.0.2
|
|
279
|
-
- Binary execution issues on Windows (fixed in 1.0.3)
|
|
280
|
-
|
|
281
|
-
### 1.0.1
|
|
282
|
-
- Pricing documentation inconsistency (fixed in 1.0.2)
|
|
283
|
-
- Binary execution issues on Windows (fixed in 1.0.3)
|
|
284
|
-
|
|
285
|
-
### 1.0.0
|
|
286
|
-
- Required manual backend URL configuration
|
|
287
|
-
- Placeholder URLs in documentation
|
|
288
|
-
|
|
289
|
-
## AI Optimization Examples
|
|
290
|
-
|
|
291
|
-
### Image Generation Prompts
|
|
292
|
-
```javascript
|
|
293
|
-
// Midjourney prompt with parameters preserved
|
|
294
|
-
{
|
|
295
|
-
"prompt": "Professional headshot of a business executive --ar 1:1 --v 5.2 --stylize 100",
|
|
296
|
-
"goals": ["keyword_density", "parameter_preservation", "quality_enhancement"]
|
|
297
|
-
}
|
|
298
|
-
```
|
|
299
|
-
|
|
300
|
-
### LLM Role-Playing
|
|
301
|
-
```javascript
|
|
302
|
-
// Role-playing prompt with enhanced clarity
|
|
303
|
-
{
|
|
304
|
-
"prompt": "Act as a senior software architect and help me design...",
|
|
305
|
-
"goals": ["role_clarity", "context_specificity", "actionability"]
|
|
306
|
-
}
|
|
236
|
+
mcp-prompt-optimizer --legacy
|
|
307
237
|
```
|
|
308
238
|
|
|
309
|
-
|
|
310
|
-
```javascript
|
|
311
|
-
// Code-related prompt with protection
|
|
312
|
-
{
|
|
313
|
-
"prompt": "Write a Python function that processes API responses...",
|
|
314
|
-
"goals": ["code_protection", "technical_precision", "clarity"]
|
|
315
|
-
}
|
|
316
|
-
```
|
|
239
|
+
---
|
|
317
240
|
|
|
318
|
-
##
|
|
241
|
+
## Upgrade Benefits
|
|
319
242
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
-
|
|
323
|
-
|
|
243
|
+
| Aspect | v1.x | v2.0 |
|
|
244
|
+
|--------|------|------|
|
|
245
|
+
| **Speed** | ~2-5s | ~50ms (local) |
|
|
246
|
+
| **Offline** | ❌ | ✅ (local mode) |
|
|
247
|
+
| **Preservation** | ⚠️ | ✅ (perfect) |
|
|
248
|
+
| **Clients** | Limited | All MCP clients |
|
|
249
|
+
| **Architecture** | API wrapper | True MCP server |
|
|
250
|
+
| **Intelligence** | Basic | Hybrid routing |
|
|
251
|
+
| **Flexibility** | Single mode | 5 modes |
|
|
324
252
|
|
|
325
|
-
|
|
326
|
-
- Package version (`mcp-prompt-optimizer --version`)
|
|
327
|
-
- Node.js version (`node --version`)
|
|
328
|
-
- Operating system
|
|
329
|
-
- MCP client type and version
|
|
330
|
-
- Error messages and logs
|
|
331
|
-
- AI context and optimization goals used (for AI-related issues)
|
|
253
|
+
**Ready to experience the future of prompt optimization? Update now!**
|