@merabylabs/promptarchitect-mcp 0.1.4 → 0.1.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/README.md +22 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,15 +7,35 @@ A Model Context Protocol (MCP) server that refines your prompts using PromptArch
|
|
|
7
7
|
|
|
8
8
|
**Works with:** Claude Desktop • VS Code (Copilot) • Cursor • Windsurf • Zed • JetBrains IDEs • Continue.dev • Cline
|
|
9
9
|
|
|
10
|
+
## ✨ Why PromptArchitect MCP?
|
|
11
|
+
|
|
12
|
+
### 🎯 Workspace-Aware Refinement
|
|
13
|
+
|
|
14
|
+
Unlike generic prompt tools, PromptArchitect understands **your project context**. When refining prompts, it considers:
|
|
15
|
+
|
|
16
|
+
- **Your tech stack** — React, Node, Python, or whatever you're building with
|
|
17
|
+
- **Project structure** — File organization, naming conventions, architecture patterns
|
|
18
|
+
- **Dependencies** — Libraries and frameworks from your package.json/requirements.txt
|
|
19
|
+
- **Your original request** — Ensures refined prompts stay aligned with your actual goal
|
|
20
|
+
|
|
21
|
+
This means prompts are tailored to **your specific codebase**, not generic boilerplate.
|
|
22
|
+
|
|
23
|
+
### 🚀 Key Benefits
|
|
24
|
+
|
|
25
|
+
- **No API key required** — Free to use, powered by PromptArchitect backend
|
|
26
|
+
- **Works in your IDE** — Integrates with your existing workflow via MCP
|
|
27
|
+
- **Context-aware** — Prompts that understand your project conventions
|
|
28
|
+
- **Iterative refinement** — Keep improving until it's perfect
|
|
29
|
+
|
|
10
30
|
## Features
|
|
11
31
|
|
|
12
32
|
### 🛠️ Tools
|
|
13
33
|
|
|
14
34
|
| Tool | Description |
|
|
15
35
|
|------|-------------|
|
|
16
|
-
| `refine_prompt` | Improve your current prompt based on feedback
|
|
36
|
+
| `refine_prompt` | Improve your current prompt based on feedback and your workspace context |
|
|
17
37
|
| `analyze_prompt` | Evaluate prompt quality with scores and improvement suggestions |
|
|
18
|
-
| `generate_prompt` | Transform a raw idea into a well-structured prompt |
|
|
38
|
+
| `generate_prompt` | Transform a raw idea into a well-structured prompt tailored to your project |
|
|
19
39
|
|
|
20
40
|
### 📦 Resources
|
|
21
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merabylabs/promptarchitect-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for PromptArchitect - AI-powered prompt engineering tools for Claude, Cursor, VS Code, Windsurf, Zed & more",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|