@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.
- package/README.md +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Google Knowledge Graph Search MCP
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@houtini/google-knowledge-graph-mcp)
|
|
4
|
+
[](https://registry.modelcontextprotocol.io)
|
|
4
5
|
[](https://opensource.org/licenses/MIT)
|
|
5
6
|
[](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.
|
|
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",
|