@houtini/fanout-mcp 0.2.6 → 0.2.7

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +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
5
  [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue?style=flat-square)](https://registry.modelcontextprotocol.io)
5
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
6
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/fanout-mcp",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "mcpName": "io.github.houtini-ai/fanout",
5
5
  "description": "Multi-URL comparative content analysis with topical gap detection",
6
6
  "type": "module",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "@anthropic-ai/sdk": "^0.32.1",
55
- "@modelcontextprotocol/sdk": "latest",
55
+ "@modelcontextprotocol/sdk": "^1.24.3",
56
56
  "cheerio": "^1.0.0-rc.12",
57
57
  "fast-xml-parser": "^4.3.2",
58
58
  "node-fetch": "^3.3.2",