@arabold/docs-mcp-server 2.0.0 → 2.0.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/README.md +1 -1
- package/dist/index.js +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -12013,7 +12013,7 @@ const Layout = ({
|
|
|
12013
12013
|
children,
|
|
12014
12014
|
eventClientConfig
|
|
12015
12015
|
}) => {
|
|
12016
|
-
const versionString = version || "2.0.
|
|
12016
|
+
const versionString = version || "2.0.1";
|
|
12017
12017
|
const versionInitializer = `versionUpdate({ currentVersion: ${`'${versionString}'`} })`;
|
|
12018
12018
|
return /* @__PURE__ */ jsxs("html", { lang: "en", children: [
|
|
12019
12019
|
/* @__PURE__ */ jsxs("head", { children: [
|
|
@@ -14363,7 +14363,7 @@ class AppServer {
|
|
|
14363
14363
|
try {
|
|
14364
14364
|
if (telemetry.isEnabled()) {
|
|
14365
14365
|
telemetry.setGlobalContext({
|
|
14366
|
-
appVersion: "2.0.
|
|
14366
|
+
appVersion: "2.0.1",
|
|
14367
14367
|
appPlatform: process.platform,
|
|
14368
14368
|
appNodeVersion: process.version,
|
|
14369
14369
|
appServicesEnabled: this.getActiveServicesList(),
|
|
@@ -18616,7 +18616,7 @@ function createCli(argv) {
|
|
|
18616
18616
|
let globalEventBus = null;
|
|
18617
18617
|
let globalTelemetryService = null;
|
|
18618
18618
|
const commandStartTimes = /* @__PURE__ */ new Map();
|
|
18619
|
-
const cli = yargs(hideBin(argv)).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.0.
|
|
18619
|
+
const cli = yargs(hideBin(argv)).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.0.1").option("verbose", {
|
|
18620
18620
|
type: "boolean",
|
|
18621
18621
|
description: "Enable verbose (debug) logging",
|
|
18622
18622
|
default: false
|
|
@@ -18676,7 +18676,7 @@ function createCli(argv) {
|
|
|
18676
18676
|
if (shouldEnableTelemetry() && telemetry.isEnabled()) {
|
|
18677
18677
|
const commandName = argv2._[0]?.toString() || "default";
|
|
18678
18678
|
telemetry.setGlobalContext({
|
|
18679
|
-
appVersion: "2.0.
|
|
18679
|
+
appVersion: "2.0.1",
|
|
18680
18680
|
appPlatform: process.platform,
|
|
18681
18681
|
appNodeVersion: process.version,
|
|
18682
18682
|
appInterface: "cli",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arabold/docs-mcp-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "MCP server for fetching and searching documentation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"vitest": "^3.2.4"
|
|
148
148
|
},
|
|
149
149
|
"engines": {
|
|
150
|
-
"node": "
|
|
150
|
+
"node": "=22.0.0"
|
|
151
151
|
},
|
|
152
152
|
"overrides": {
|
|
153
153
|
"npm": "10.9.3"
|