@houtini/fanout-mcp 0.2.1 → 0.2.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.
|
@@ -197,15 +197,20 @@ const Badge = ({ children, variant = 'default' }) => {
|
|
|
197
197
|
const Progress = ({ value }) => <div className="relative h-4 w-full rounded-full bg-secondary"><div className="h-full bg-primary" style={{ width: \`\${value}%\` }} /></div>;
|
|
198
198
|
\`\`\`
|
|
199
199
|
`;
|
|
200
|
-
const baseInstruction =
|
|
200
|
+
const baseInstruction = `═══════════════════════════════════════════════════════════════
|
|
201
|
+
CRITICAL INSTRUCTION - ARTIFACT REQUIRED
|
|
202
|
+
═══════════════════════════════════════════════════════════════
|
|
203
|
+
|
|
204
|
+
YOU MUST CREATE AN INTERACTIVE REACT ARTIFACT FOR THIS ANALYSIS.
|
|
205
|
+
DO NOT provide a text summary. DO NOT explain the data in prose.
|
|
206
|
+
IMMEDIATELY create the artifact using the specifications below.
|
|
201
207
|
|
|
202
208
|
${componentTemplates}
|
|
203
209
|
|
|
204
210
|
`;
|
|
205
211
|
if (isHybridMode) {
|
|
206
212
|
return (baseInstruction +
|
|
207
|
-
`
|
|
208
|
-
|
|
213
|
+
`
|
|
209
214
|
**HYBRID ANALYSIS MODE DETECTED**
|
|
210
215
|
|
|
211
216
|
This analysis combines content-based query inference with keyword fan-out variants.
|
|
@@ -224,14 +229,19 @@ STRUCTURE:
|
|
|
224
229
|
LAYOUT: min-h-screen bg-background p-6, max-w-6xl mx-auto, use Card components
|
|
225
230
|
DATA: Show ALL queries, NO placeholder text like "+ 3 more items"
|
|
226
231
|
|
|
227
|
-
|
|
232
|
+
REMINDER: This MUST be a React artifact, not a text response.
|
|
233
|
+
|
|
234
|
+
═══════════════════════════════════════════════════════════════
|
|
235
|
+
END CRITICAL INSTRUCTION
|
|
236
|
+
═══════════════════════════════════════════════════════════════
|
|
228
237
|
|
|
229
238
|
---
|
|
230
239
|
|
|
231
240
|
`);
|
|
232
241
|
}
|
|
233
242
|
return (baseInstruction +
|
|
234
|
-
`
|
|
243
|
+
`
|
|
244
|
+
STRUCTURE:
|
|
235
245
|
1. Header (gradient) - Title, URL, Progress bar, stats
|
|
236
246
|
2. Query Sections (Collapsible) - Prerequisite (blue), Core (purple), Follow-up (orange)
|
|
237
247
|
3. Summary Recommendations - High/medium priority
|
|
@@ -240,7 +250,11 @@ Make visually appealing with semantic HTML and accessibility.]
|
|
|
240
250
|
LAYOUT: min-h-screen bg-background p-6, max-w-5xl mx-auto
|
|
241
251
|
DATA: Show ALL queries, NO placeholder text or truncation
|
|
242
252
|
|
|
243
|
-
|
|
253
|
+
REMINDER: This MUST be a React artifact, not a text response.
|
|
254
|
+
|
|
255
|
+
═══════════════════════════════════════════════════════════════
|
|
256
|
+
END CRITICAL INSTRUCTION
|
|
257
|
+
═══════════════════════════════════════════════════════════════
|
|
244
258
|
|
|
245
259
|
---
|
|
246
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@houtini/fanout-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Advanced content gap analysis using Query Decomposition, Keyword Fan-Out, and Self-RAG for Generative Engine Optimization (GEO)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"license": "Apache-2.0",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "https://github.com/houtini-ai/fanout-mcp.git"
|
|
36
|
+
"url": "git+https://github.com/houtini-ai/fanout-mcp.git"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://houtini.com",
|
|
39
39
|
"bugs": {
|