@houtini/google-knowledge-graph-mcp 1.0.2 → 1.0.4
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/dist/index.js +1 -1
- package/package.json +73 -73
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://snyk.io/test/github/houtini-ai/google-knowledge-graph-search-mcp)
|
|
4
5
|
[](https://registry.modelcontextprotocol.io)
|
|
5
6
|
[](https://opensource.org/licenses/MIT)
|
|
6
7
|
[](https://modelcontextprotocol.io)
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ const types_js_1 = require("@modelcontextprotocol/sdk/types.js");
|
|
|
7
7
|
const client_js_1 = require("./client.js");
|
|
8
8
|
const server = new index_js_1.Server({
|
|
9
9
|
name: 'google-knowledge-graph-mcp',
|
|
10
|
-
version: '1.0.
|
|
10
|
+
version: '1.0.3',
|
|
11
11
|
}, {
|
|
12
12
|
capabilities: {
|
|
13
13
|
tools: {},
|
package/package.json
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@houtini/google-knowledge-graph-mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"mcpName": "io.github.houtini-ai/google-knowledge-graph",
|
|
5
|
-
"description": "MCP server for Google's free public Knowledge Graph Search API - search for structured entity information",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"bin": {
|
|
9
|
-
"google-knowledge-graph-mcp": "dist/index.js"
|
|
10
|
-
},
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"require": "./dist/index.js",
|
|
15
|
-
"import": "./dist/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./package.json": "./package.json"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "tsc",
|
|
21
|
-
"dev": "tsc --watch",
|
|
22
|
-
"start": "node dist/index.js",
|
|
23
|
-
"prepublishOnly": "npm run build",
|
|
24
|
-
"prepack": "npm run build",
|
|
25
|
-
"clean": "rm -rf dist",
|
|
26
|
-
"type-check": "tsc --noEmit"
|
|
27
|
-
},
|
|
28
|
-
"files": [
|
|
29
|
-
"dist",
|
|
30
|
-
"README.md",
|
|
31
|
-
"LICENSE",
|
|
32
|
-
".env.example"
|
|
33
|
-
],
|
|
34
|
-
"keywords": [
|
|
35
|
-
"mcp",
|
|
36
|
-
"model-context-protocol",
|
|
37
|
-
"google",
|
|
38
|
-
"knowledge-graph",
|
|
39
|
-
"search",
|
|
40
|
-
"entities",
|
|
41
|
-
"claude",
|
|
42
|
-
"ai-assistant",
|
|
43
|
-
"semantic-search",
|
|
44
|
-
"entity-recognition",
|
|
45
|
-
"knowledge-base",
|
|
46
|
-
"schema-org"
|
|
47
|
-
],
|
|
48
|
-
"author": "Richard Baxter <richard@houtini.ai>",
|
|
49
|
-
"license": "MIT",
|
|
50
|
-
"repository": {
|
|
51
|
-
"type": "git",
|
|
52
|
-
"url": "https://github.com/houtini-ai/google-knowledge-graph-mcp.git"
|
|
53
|
-
},
|
|
54
|
-
"bugs": {
|
|
55
|
-
"url": "https://github.com/houtini-ai/google-knowledge-graph-mcp/issues"
|
|
56
|
-
},
|
|
57
|
-
"homepage": "https://github.com/houtini-ai/google-knowledge-graph-mcp#readme",
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
60
|
-
"zod": "^3.24.1"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@types/node": "^25.0.9",
|
|
64
|
-
"typescript": "^5.9.3"
|
|
65
|
-
},
|
|
66
|
-
"engines": {
|
|
67
|
-
"node": ">=18.0.0"
|
|
68
|
-
},
|
|
69
|
-
"publishConfig": {
|
|
70
|
-
"access": "public",
|
|
71
|
-
"registry": "https://registry.npmjs.org/"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@houtini/google-knowledge-graph-mcp",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"mcpName": "io.github.houtini-ai/google-knowledge-graph",
|
|
5
|
+
"description": "MCP server for Google's free public Knowledge Graph Search API - search for structured entity information",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"bin": {
|
|
9
|
+
"google-knowledge-graph-mcp": "dist/index.js"
|
|
10
|
+
},
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"require": "./dist/index.js",
|
|
15
|
+
"import": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "tsc",
|
|
21
|
+
"dev": "tsc --watch",
|
|
22
|
+
"start": "node dist/index.js",
|
|
23
|
+
"prepublishOnly": "npm run build",
|
|
24
|
+
"prepack": "npm run build",
|
|
25
|
+
"clean": "rm -rf dist",
|
|
26
|
+
"type-check": "tsc --noEmit"
|
|
27
|
+
},
|
|
28
|
+
"files": [
|
|
29
|
+
"dist",
|
|
30
|
+
"README.md",
|
|
31
|
+
"LICENSE",
|
|
32
|
+
".env.example"
|
|
33
|
+
],
|
|
34
|
+
"keywords": [
|
|
35
|
+
"mcp",
|
|
36
|
+
"model-context-protocol",
|
|
37
|
+
"google",
|
|
38
|
+
"knowledge-graph",
|
|
39
|
+
"search",
|
|
40
|
+
"entities",
|
|
41
|
+
"claude",
|
|
42
|
+
"ai-assistant",
|
|
43
|
+
"semantic-search",
|
|
44
|
+
"entity-recognition",
|
|
45
|
+
"knowledge-base",
|
|
46
|
+
"schema-org"
|
|
47
|
+
],
|
|
48
|
+
"author": "Richard Baxter <richard@houtini.ai>",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"repository": {
|
|
51
|
+
"type": "git",
|
|
52
|
+
"url": "https://github.com/houtini-ai/google-knowledge-graph-mcp.git"
|
|
53
|
+
},
|
|
54
|
+
"bugs": {
|
|
55
|
+
"url": "https://github.com/houtini-ai/google-knowledge-graph-mcp/issues"
|
|
56
|
+
},
|
|
57
|
+
"homepage": "https://github.com/houtini-ai/google-knowledge-graph-mcp#readme",
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
60
|
+
"zod": "^3.24.1"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@types/node": "^25.0.9",
|
|
64
|
+
"typescript": "^5.9.3"
|
|
65
|
+
},
|
|
66
|
+
"engines": {
|
|
67
|
+
"node": ">=18.0.0"
|
|
68
|
+
},
|
|
69
|
+
"publishConfig": {
|
|
70
|
+
"access": "public",
|
|
71
|
+
"registry": "https://registry.npmjs.org/"
|
|
72
|
+
}
|
|
73
|
+
}
|