@arabold/docs-mcp-server 2.0.2 → 2.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/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12038,7 +12038,7 @@ const Layout = ({
|
|
|
12038
12038
|
children,
|
|
12039
12039
|
eventClientConfig
|
|
12040
12040
|
}) => {
|
|
12041
|
-
const versionString = version || "2.0.
|
|
12041
|
+
const versionString = version || "2.0.3";
|
|
12042
12042
|
const versionInitializer = `versionUpdate({ currentVersion: ${`'${versionString}'`} })`;
|
|
12043
12043
|
return /* @__PURE__ */ jsxs("html", { lang: "en", children: [
|
|
12044
12044
|
/* @__PURE__ */ jsxs("head", { children: [
|
|
@@ -14388,7 +14388,7 @@ class AppServer {
|
|
|
14388
14388
|
try {
|
|
14389
14389
|
if (telemetry.isEnabled()) {
|
|
14390
14390
|
telemetry.setGlobalContext({
|
|
14391
|
-
appVersion: "2.0.
|
|
14391
|
+
appVersion: "2.0.3",
|
|
14392
14392
|
appPlatform: process.platform,
|
|
14393
14393
|
appNodeVersion: process.version,
|
|
14394
14394
|
appServicesEnabled: this.getActiveServicesList(),
|
|
@@ -18641,7 +18641,7 @@ function createCli(argv) {
|
|
|
18641
18641
|
let globalEventBus = null;
|
|
18642
18642
|
let globalTelemetryService = null;
|
|
18643
18643
|
const commandStartTimes = /* @__PURE__ */ new Map();
|
|
18644
|
-
const cli = yargs(hideBin(argv)).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.0.
|
|
18644
|
+
const cli = yargs(hideBin(argv)).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.0.3").option("verbose", {
|
|
18645
18645
|
type: "boolean",
|
|
18646
18646
|
description: "Enable verbose (debug) logging",
|
|
18647
18647
|
default: false
|
|
@@ -18701,7 +18701,7 @@ function createCli(argv) {
|
|
|
18701
18701
|
if (shouldEnableTelemetry() && telemetry.isEnabled()) {
|
|
18702
18702
|
const commandName = argv2._[0]?.toString() || "default";
|
|
18703
18703
|
telemetry.setGlobalContext({
|
|
18704
|
-
appVersion: "2.0.
|
|
18704
|
+
appVersion: "2.0.3",
|
|
18705
18705
|
appPlatform: process.platform,
|
|
18706
18706
|
appNodeVersion: process.version,
|
|
18707
18707
|
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.3",
|
|
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"
|
|
151
151
|
},
|
|
152
152
|
"overrides": {
|
|
153
153
|
"npm": "10.9.3"
|