@houtini/fanout-mcp 0.2.7 → 0.2.8
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 +1 -1
- package/houtini-logo.jpg +0 -0
- package/package.json +6 -4
- package/server.json +28 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Fan-Out MCP
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@houtini/fanout-mcp)
|
|
4
|
-
[](https://snyk.io/test/github/houtini/fanout-mcp)
|
|
4
|
+
[](https://snyk.io/test/github/houtini-ai/fanout-mcp)
|
|
5
5
|
[](https://registry.modelcontextprotocol.io)
|
|
6
6
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
package/houtini-logo.jpg
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@houtini/fanout-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"mcpName": "io.github.houtini-ai/fanout",
|
|
5
5
|
"description": "Multi-URL comparative content analysis with topical gap detection",
|
|
6
6
|
"type": "module",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "git+https://github.com/houtini-ai/fanout-mcp.git"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://houtini.com",
|
|
39
|
+
"homepage": "https://houtini.com/query-fan-out-mcp-for-ai-search-optimisation/",
|
|
40
40
|
"bugs": {
|
|
41
41
|
"url": "https://github.com/houtini-ai/fanout-mcp/issues"
|
|
42
42
|
},
|
|
@@ -47,14 +47,16 @@
|
|
|
47
47
|
"dist",
|
|
48
48
|
"README.md",
|
|
49
49
|
"LICENSE",
|
|
50
|
+
"houtini-logo.jpg",
|
|
51
|
+
"server.json",
|
|
50
52
|
"research/keyword-fanout-explained.md",
|
|
51
53
|
"research/google-fanout-adaptation.md"
|
|
52
54
|
],
|
|
53
55
|
"dependencies": {
|
|
54
56
|
"@anthropic-ai/sdk": "^0.32.1",
|
|
55
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
57
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
56
58
|
"cheerio": "^1.0.0-rc.12",
|
|
57
|
-
"fast-xml-parser": "^
|
|
59
|
+
"fast-xml-parser": "^5.3.4",
|
|
58
60
|
"node-fetch": "^3.3.2",
|
|
59
61
|
"turndown": "^7.1.2",
|
|
60
62
|
"zod": "^3.22.4"
|
package/server.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "io.github.houtini-ai/fanout",
|
|
4
|
+
"description": "Multi-URL comparative content analysis with topical gap detection",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "https://github.com/houtini-ai/fanout-mcp",
|
|
7
|
+
"source": "github"
|
|
8
|
+
},
|
|
9
|
+
"version": "0.2.8",
|
|
10
|
+
"icons": [
|
|
11
|
+
{
|
|
12
|
+
"src": "https://raw.githubusercontent.com/houtini-ai/fanout-mcp/master/houtini-logo.jpg",
|
|
13
|
+
"mimeType": "image/jpeg"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"websiteUrl": "https://houtini.com/query-fan-out-mcp-for-ai-search-optimisation/",
|
|
17
|
+
"packages": [
|
|
18
|
+
{
|
|
19
|
+
"registryType": "npm",
|
|
20
|
+
"identifier": "@houtini/fanout-mcp",
|
|
21
|
+
"version": "0.2.8",
|
|
22
|
+
"transport": {
|
|
23
|
+
"type": "stdio"
|
|
24
|
+
},
|
|
25
|
+
"environmentVariables": []
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|