@arabold/docs-mcp-server 2.2.0 → 2.2.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 CHANGED
@@ -4,7 +4,7 @@ import { s as sanitizeEnvironment, l as logger } from "./logger-CLtABTNb.js";
4
4
  process.setSourceMapsEnabled(true);
5
5
  sanitizeEnvironment();
6
6
  const [{ runCli }, { ensurePlaywrightBrowsersInstalled }] = await Promise.all([
7
- import("./main-B6iwx1JH.js"),
7
+ import("./main-C6In2ps7.js"),
8
8
  import("./utils-ntayxPjd.js").then((n) => n.u)
9
9
  ]);
10
10
  ensurePlaywrightBrowsersInstalled();
@@ -11660,7 +11660,7 @@ const Layout = ({
11660
11660
  children,
11661
11661
  eventClientConfig
11662
11662
  }) => {
11663
- const versionString = version || "2.2.0";
11663
+ const versionString = version || "2.2.1";
11664
11664
  const versionInitializer = `versionUpdate({ currentVersion: ${`'${versionString}'`} })`;
11665
11665
  return /* @__PURE__ */ jsxs("html", { lang: "en", children: [
11666
11666
  /* @__PURE__ */ jsxs("head", { children: [
@@ -14012,7 +14012,7 @@ class AppServer {
14012
14012
  try {
14013
14013
  if (telemetry.isEnabled()) {
14014
14014
  telemetry.setGlobalContext({
14015
- appVersion: "2.2.0",
14015
+ appVersion: "2.2.1",
14016
14016
  appPlatform: process.platform,
14017
14017
  appNodeVersion: process.version,
14018
14018
  appServicesEnabled: this.getActiveServicesList(),
@@ -18193,7 +18193,7 @@ function createCli(argv) {
18193
18193
  let globalEventBus = null;
18194
18194
  let globalTelemetryService = null;
18195
18195
  const commandStartTimes = /* @__PURE__ */ new Map();
18196
- const cli = registerGlobalOutputOptions(yargs(hideBin(argv))).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.2.0").option("verbose", {
18196
+ const cli = registerGlobalOutputOptions(yargs(hideBin(argv))).scriptName("docs-mcp-server").strict().usage("Usage: $0 <command> [options]").version("2.2.1").option("verbose", {
18197
18197
  type: "boolean",
18198
18198
  description: "Enable verbose (debug) logging",
18199
18199
  default: false
@@ -18254,7 +18254,7 @@ function createCli(argv) {
18254
18254
  if (shouldEnableTelemetry() && telemetry.isEnabled()) {
18255
18255
  const commandName = argv2._[0]?.toString() || "default";
18256
18256
  telemetry.setGlobalContext({
18257
- appVersion: "2.2.0",
18257
+ appVersion: "2.2.1",
18258
18258
  appPlatform: process.platform,
18259
18259
  appNodeVersion: process.version,
18260
18260
  appInterface: "cli",
@@ -18400,4 +18400,4 @@ export {
18400
18400
  cleanupCliCommand,
18401
18401
  runCli
18402
18402
  };
18403
- //# sourceMappingURL=main-B6iwx1JH.js.map
18403
+ //# sourceMappingURL=main-C6In2ps7.js.map