mcp-prompt-optimizer 3.0.4 → 3.0.5
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/package.json +17 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-prompt-optimizer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Professional cloud-based MCP server for AI-powered prompt optimization with intelligent context detection, Bayesian optimization, AG-UI real-time optimization, template auto-save, optimization insights, personal model configuration via WebUI, team collaboration, enterprise-grade features, production resilience, and startup validation. Universal compatibility with Claude Desktop, Cursor, Windsurf, and 17+ MCP clients.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
"parameter-tuning",
|
|
100
100
|
"optimization-strategies"
|
|
101
101
|
],
|
|
102
|
-
"author": "Prompt Optimizer Team <support@promptoptimizer.
|
|
102
|
+
"author": "Prompt Optimizer Team <support@promptoptimizer.xyz>",
|
|
103
103
|
"license": "SEE LICENSE IN LICENSE",
|
|
104
104
|
"repository": {
|
|
105
105
|
"type": "git",
|
|
106
106
|
"url": "git+https://github.com/prompt-optimizer/mcp-prompt-optimizer.git"
|
|
107
107
|
},
|
|
108
|
-
"homepage": "https://promptoptimizer
|
|
108
|
+
"homepage": "https://promptoptimizer.xyz",
|
|
109
109
|
"bugs": {
|
|
110
110
|
"url": "https://github.com/prompt-optimizer/mcp-prompt-optimizer/issues"
|
|
111
111
|
},
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
{
|
|
158
158
|
"name": "OPTIMIZER_API_KEY",
|
|
159
159
|
"format": "sk-opt-*, sk-team-*, sk-dev-*, or sk-local-*",
|
|
160
|
-
"description": "Cloud API key from promptoptimizer
|
|
160
|
+
"description": "Cloud API key from promptoptimizer.xyz/pricing or development key for testing",
|
|
161
161
|
"required": true
|
|
162
162
|
}
|
|
163
163
|
],
|
|
@@ -224,10 +224,17 @@
|
|
|
224
224
|
"feature_parity": true,
|
|
225
225
|
"bayesian_support": true,
|
|
226
226
|
"agui_support": true,
|
|
227
|
-
"last_sync": "2026-03-
|
|
227
|
+
"last_sync": "2026-03-13T00:00:00Z"
|
|
228
228
|
},
|
|
229
229
|
"release_notes": {
|
|
230
|
-
"
|
|
230
|
+
"v3.0.5": {
|
|
231
|
+
"major_features": [
|
|
232
|
+
"Updated homepage and support links to promptoptimizer.xyz"
|
|
233
|
+
],
|
|
234
|
+
"breaking_changes": [],
|
|
235
|
+
"migration_guide": "No migration required. Drop-in replacement for v3.0.4."
|
|
236
|
+
},
|
|
237
|
+
"v3.0.4": {
|
|
231
238
|
"major_features": [
|
|
232
239
|
"Bayesian optimization with parameter tuning",
|
|
233
240
|
"AG-UI real-time optimization capabilities",
|
|
@@ -240,9 +247,9 @@
|
|
|
240
247
|
}
|
|
241
248
|
},
|
|
242
249
|
"support": {
|
|
243
|
-
"email": "support@promptoptimizer.
|
|
244
|
-
"documentation": "https://promptoptimizer
|
|
245
|
-
"dashboard": "https://promptoptimizer
|
|
246
|
-
"pricing": "https://promptoptimizer
|
|
250
|
+
"email": "support@promptoptimizer.xyz",
|
|
251
|
+
"documentation": "https://promptoptimizer.xyz/docs",
|
|
252
|
+
"dashboard": "https://promptoptimizer.xyz/dashboard",
|
|
253
|
+
"pricing": "https://promptoptimizer.xyz/pricing"
|
|
247
254
|
}
|
|
248
255
|
}
|