Skip to content

Commit 3ea1bc9

Browse files
committed
add urls
1 parent fd81864 commit 3ea1bc9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "api-docs-mcp",
33
"version": "1.0.10",
44
"description": "MCP server for API and GraphQL documentation and search",
5+
"homepage": "https://github.com/EliFuzz/api-docs-mcp#readme",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/EliFuzz/api-docs-mcp.git"
9+
},
510
"type": "module",
611
"main": "build/index.js",
712
"types": "build/index.d.ts",
@@ -29,6 +34,8 @@
2934
"keywords": [
3035
"mcp",
3136
"graphql",
37+
"openapi",
38+
"documentation",
3239
"api-docs"
3340
],
3441
"author": "",

0 commit comments

Comments
 (0)