@houtini/google-knowledge-graph-mcp 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Google Knowledge Graph Search MCP
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@houtini/google-knowledge-graph-mcp.svg)](https://www.npmjs.com/package/@houtini/google-knowledge-graph-mcp)
4
+ [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue?style=flat-square)](https://registry.modelcontextprotocol.io)
4
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
6
  [![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)
6
7
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@houtini/google-knowledge-graph-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
+ "mcpName": "io.github.houtini-ai/google-knowledge-graph",
4
5
  "description": "MCP server for Google's free public Knowledge Graph Search API - search for structured entity information",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",