We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd81864 commit 3ea1bc9Copy full SHA for 3ea1bc9
package.json
@@ -2,6 +2,11 @@
2
"name": "api-docs-mcp",
3
"version": "1.0.10",
4
"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
+ },
10
"type": "module",
11
"main": "build/index.js",
12
"types": "build/index.d.ts",
@@ -29,6 +34,8 @@
29
34
"keywords": [
30
35
"mcp",
31
36
"graphql",
37
+ "openapi",
38
+ "documentation",
32
39
"api-docs"
33
40
],
41
"author": "",
0 commit comments