@merabylabs/promptarchitect-mcp 0.2.2 → 0.3.1
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/README.md +16 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,11 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@merabylabs/promptarchitect-mcp)
|
|
4
4
|
[](https://modelcontextprotocol.io)
|
|
5
|
+
[](https://www.npmjs.com/package/@merabylabs/promptarchitect-mcp)
|
|
5
6
|
|
|
6
|
-
|
|
7
|
+
> **Prompt Lab for MCP** — AI-powered prompt engineering for your IDE
|
|
8
|
+
|
|
9
|
+
A Model Context Protocol (MCP) server that refines your prompts using PromptArchitect's AI-powered prompt engineering. Part of the **Prompt Lab** ecosystem — Craft, Polish, Execute.
|
|
7
10
|
|
|
8
11
|
**Works with:** Claude Desktop • VS Code (Copilot) • Cursor • Windsurf • Zed • JetBrains IDEs • Continue.dev • Cline
|
|
9
12
|
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 🔗 Part of the Prompt Lab Ecosystem
|
|
16
|
+
|
|
17
|
+
| Product | Description |
|
|
18
|
+
|---------|-------------|
|
|
19
|
+
| **PromptArchitect MCP** | This package — MCP server for IDE integration |
|
|
20
|
+
| **[VS Code Extension](https://marketplace.visualstudio.com/items?itemName=MerabyLabs.promptarchitect)** | Full Prompt Lab panel with 3-step workflow |
|
|
21
|
+
| **[Web App](https://promptarchitectlabs.com)** | Full-featured web application |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
10
25
|
## ✨ Why PromptArchitect MCP?
|
|
11
26
|
|
|
12
27
|
### 🎯 Workspace-Aware Refinement
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merabylabs/promptarchitect-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MCP
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "MCP server for PromptArchitect Prompt Lab - AI-powered prompt engineering with workspace-aware refinement. Works with Claude, Cursor, VS Code, Windsurf, Zed & more",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
7
7
|
"model-context-protocol",
|