@arabold/docs-mcp-server 1.21.1 → 1.22.0
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 +2 -0
- package/dist/index.js +3571 -849
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/DocumentManagementClient-CAFdDwTu.js +0 -57
- package/dist/DocumentManagementClient-CAFdDwTu.js.map +0 -1
- package/dist/DocumentManagementService-C1xAzouZ.js +0 -2026
- package/dist/DocumentManagementService-C1xAzouZ.js.map +0 -1
- package/dist/EmbeddingFactory-CElwVk3X.js +0 -176
- package/dist/EmbeddingFactory-CElwVk3X.js.map +0 -1
package/README.md
CHANGED
|
@@ -309,6 +309,8 @@ This architecture allows independent scaling of processing (workers) and user in
|
|
|
309
309
|
|
|
310
310
|
## Configuration
|
|
311
311
|
|
|
312
|
+
Commands that perform search or indexing operations require embedding configuration to be explicitly set via environment variables.
|
|
313
|
+
|
|
312
314
|
The Docs MCP Server is configured via environment variables. Set these in your shell, Docker, or MCP client config.
|
|
313
315
|
|
|
314
316
|
| Variable | Description |
|