@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node --enable-source-maps
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.26.2";
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" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arabold/docs-mcp-server",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "MCP server for fetching and searching documentation",
5
5
  "type": "module",
6
6
  "bin": {