@doccler/mcp-server 1.0.2 → 1.0.3
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 +4 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ The Model Context Protocol (MCP) is an open standard that allows AI assistants (
|
|
|
19
19
|
|
|
20
20
|
### 1. Get Your Doccler API Key
|
|
21
21
|
|
|
22
|
-
1. Log in to [Doccler](https://doccler.
|
|
22
|
+
1. Log in to [Doccler](https://doccler.app)
|
|
23
23
|
2. Go to **Settings** → **API Keys**
|
|
24
24
|
3. Click **Create New API Key**
|
|
25
25
|
4. Copy the key (it's only shown once!)
|
|
@@ -153,7 +153,7 @@ Then configure your IDE with:
|
|
|
153
153
|
| Variable | Description | Default |
|
|
154
154
|
|----------|-------------|---------|
|
|
155
155
|
| `DOCCLER_API_KEY` | Your Doccler API key | **(required)** |
|
|
156
|
-
| `DOCCLER_API_URL` | API URL (for self-hosted) | `https://doccler.
|
|
156
|
+
| `DOCCLER_API_URL` | API URL (for self-hosted) | `https://doccler.app/api` |
|
|
157
157
|
|
|
158
158
|
> **Note:** `DOCCLER_API_URL` is only needed for self-hosted instances or development. Production users can omit it.
|
|
159
159
|
|
|
@@ -177,9 +177,8 @@ Make sure `DOCCLER_API_KEY` is set in your IDE's MCP configuration.
|
|
|
177
177
|
|
|
178
178
|
## Support
|
|
179
179
|
|
|
180
|
-
- **Documentation:** [doccler.
|
|
181
|
-
- **
|
|
182
|
-
- **Email:** hello@doccler.com
|
|
180
|
+
- **Documentation:** [doccler.app/en/docs](https://doccler.app/en/docs)
|
|
181
|
+
- **Email:** help@doccler.app
|
|
183
182
|
|
|
184
183
|
## License
|
|
185
184
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doccler/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Doccler MCP Server - Connect your IDE to your documentation platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"vscode",
|
|
30
30
|
"claude"
|
|
31
31
|
],
|
|
32
|
-
"author": "Doccler <
|
|
32
|
+
"author": "Doccler <help@doccler.app>",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "https://github.com/doccler/mcp-server"
|
|
37
37
|
},
|
|
38
|
-
"homepage": "https://doccler.
|
|
38
|
+
"homepage": "https://doccler.app",
|
|
39
39
|
"bugs": {
|
|
40
40
|
"url": "https://github.com/doccler/mcp-server/issues"
|
|
41
41
|
},
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|