codeql-development-mcp-server 2.24.3-rc2 → 2.24.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.
@@ -66188,7 +66188,7 @@ init_package_paths();
66188
66188
  init_logger();
66189
66189
  import_dotenv.default.config({ path: resolve13(packageRootDir, ".env"), quiet: true });
66190
66190
  var PACKAGE_NAME = "codeql-development-mcp-server";
66191
- var VERSION = "2.24.3-rc2";
66191
+ var VERSION = "2.24.3";
66192
66192
  async function startServer(mode = "stdio") {
66193
66193
  logger.info(`Starting CodeQL Development MCP McpServer v${VERSION} in ${mode} mode`);
66194
66194
  const codeqlBinary = resolveCodeQLBinary();