@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # Fan-Out MCP
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@houtini/fanout-mcp.svg?style=flat-square)](https://www.npmjs.com/package/@houtini/fanout-mcp)
4
- [![Known Vulnerabilities](https://snyk.io/test/github/houtini/fanout-mcp/badge.svg)](https://snyk.io/test/github/houtini/fanout-mcp)
4
+ [![Known Vulnerabilities](https://snyk.io/test/github/houtini-ai/fanout-mcp/badge.svg)](https://snyk.io/test/github/houtini-ai/fanout-mcp)
5
5
  [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue?style=flat-square)](https://registry.modelcontextprotocol.io)
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/fanout-mcp",
3
- "version": "0.2.7",
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.24.3",
57
+ "@modelcontextprotocol/sdk": "^1.26.0",
56
58
  "cheerio": "^1.0.0-rc.12",
57
- "fast-xml-parser": "^4.3.2",
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
+ }