@arabold/docs-mcp-server 1.27.0 → 1.27.1
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
import "dotenv/config";
|
|
3
3
|
import { BedrockEmbeddings } from "@langchain/aws";
|
|
4
4
|
import { GoogleGenerativeAIEmbeddings } from "@langchain/google-genai";
|
|
@@ -769,7 +769,7 @@ function extractProtocol(urlOrPath) {
|
|
|
769
769
|
}
|
|
770
770
|
}
|
|
771
771
|
const name = "@arabold/docs-mcp-server";
|
|
772
|
-
const version = "1.
|
|
772
|
+
const version = "1.27.0";
|
|
773
773
|
const description = "MCP server for fetching and searching documentation";
|
|
774
774
|
const type = "module";
|
|
775
775
|
const bin = { "docs-mcp-server": "dist/index.js" };
|