codeql-development-mcp-server 2.25.2-rc1 → 2.25.2

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.
@@ -201079,7 +201079,7 @@ init_package_paths();
201079
201079
  init_logger();
201080
201080
  import_dotenv.default.config({ path: resolve14(packageRootDir, ".env"), quiet: true });
201081
201081
  var PACKAGE_NAME = "codeql-development-mcp-server";
201082
- var VERSION = "2.25.2-rc1";
201082
+ var VERSION = "2.25.2";
201083
201083
  async function startServer(mode = "stdio") {
201084
201084
  logger.info(`Starting CodeQL Development MCP McpServer v${VERSION} in ${mode} mode`);
201085
201085
  const codeqlBinary = resolveCodeQLBinary();