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.
- package/dist/codeql-development-mcp-server.js +1 -1
- package/dist/codeql-development-mcp-server.js.map +1 -1
- package/package.json +1 -1
- package/ql/actions/tools/src/codeql-pack.yml +1 -1
- package/ql/cpp/tools/src/codeql-pack.yml +1 -1
- package/ql/csharp/tools/src/codeql-pack.yml +1 -1
- package/ql/go/tools/src/codeql-pack.yml +1 -1
- package/ql/java/tools/src/codeql-pack.yml +1 -1
- package/ql/javascript/tools/src/codeql-pack.yml +1 -1
- package/ql/python/tools/src/codeql-pack.yml +1 -1
- package/ql/ruby/tools/src/codeql-pack.yml +1 -1
- package/ql/swift/tools/src/codeql-pack.yml +1 -1
|
@@ -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
|
|
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();
|