@scheduler-systems/gal-run 0.0.626 → 0.0.628
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.cjs +10 -10
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3955,7 +3955,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
|
|
|
3955
3955
|
var init_constants = __esm({
|
|
3956
3956
|
"module_6"() {
|
|
3957
3957
|
"use strict";
|
|
3958
|
-
cliVersion = true ? "0.0.
|
|
3958
|
+
cliVersion = true ? "0.0.628" : "0.0.0-dev";
|
|
3959
3959
|
defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
|
|
3960
3960
|
BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
|
|
3961
3961
|
constants_default = BUILD_CONSTANTS;
|
|
@@ -11903,7 +11903,7 @@ function detectEnvironment() {
|
|
|
11903
11903
|
return "dev";
|
|
11904
11904
|
}
|
|
11905
11905
|
try {
|
|
11906
|
-
const version2 = true ? "0.0.
|
|
11906
|
+
const version2 = true ? "0.0.628" : void 0;
|
|
11907
11907
|
if (version2 && version2.includes("-local")) {
|
|
11908
11908
|
return "dev";
|
|
11909
11909
|
}
|
|
@@ -14584,7 +14584,7 @@ function getId() {
|
|
|
14584
14584
|
}
|
|
14585
14585
|
function getCliVersion() {
|
|
14586
14586
|
try {
|
|
14587
|
-
return true ? "0.0.
|
|
14587
|
+
return true ? "0.0.628" : "0.0.0-dev";
|
|
14588
14588
|
} catch {
|
|
14589
14589
|
return "0.0.0-dev";
|
|
14590
14590
|
}
|
|
@@ -33962,7 +33962,7 @@ function createDoctorCommand() {
|
|
|
33962
33962
|
});
|
|
33963
33963
|
}
|
|
33964
33964
|
function createBrowserServerCommand() {
|
|
33965
|
-
return new Command("browser-server").description("Start Browser GAL MCP server over stdio (internal - invoked by MCP host)").option("--project-path <path>", "Project root directory", process.cwd()).option("--profile-dir <path>", "Shared browser profile cache directory").option("--profile <name>", "Named browser profile to load from the shared browser cache").option("--headless [bool]", "Run browser headlessly (default: true)", "true").option("--headed", "Alias for --headless false").helpOption(
|
|
33965
|
+
return new Command("browser-server").description("Start Browser GAL MCP server over stdio (internal - invoked by MCP host)").option("--project-path <path>", "Project root directory", process.cwd()).option("--profile-dir <path>", "Shared browser profile cache directory").option("--profile <name>", "Named browser profile to load from the shared browser cache").option("--headless [bool]", "Run browser headlessly (default: true)", "true").option("--headed", "Alias for --headless false").helpOption("-h, --help", "display help for command").exitOverride().action(async (options) => {
|
|
33966
33966
|
const projectPath2 = resolveProjectPath(options.projectPath);
|
|
33967
33967
|
const profileDir = resolveSharedProfileDir(options.profileDir);
|
|
33968
33968
|
const headless = options.headed ? false : options.headless !== "false";
|
|
@@ -34480,7 +34480,7 @@ var init_chrome_extension_gal_server = __esm({
|
|
|
34480
34480
|
});
|
|
34481
34481
|
|
|
34482
34482
|
function createChromeExtensionMcpServerCommand() {
|
|
34483
|
-
return new Command("mcp-server").description("Start chrome-extension-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption(
|
|
34483
|
+
return new Command("mcp-server").description("Start chrome-extension-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption("-h, --help", "display help for command").exitOverride().action(async (options) => {
|
|
34484
34484
|
const projectPath2 = (0, import_path20.resolve)(options.projectPath ?? process.cwd());
|
|
34485
34485
|
process.stderr.write(
|
|
34486
34486
|
"[gal chrome-extension mcp-server] Starting chrome-extension-gal MCP server\n"
|
|
@@ -59771,7 +59771,7 @@ function createDoctorCommand2() {
|
|
|
59771
59771
|
});
|
|
59772
59772
|
}
|
|
59773
59773
|
function createServerCommand() {
|
|
59774
|
-
return new Command("server").description("Start GAL MCP server over stdio (internal \u2014 invoked by MCP host)").helpOption(
|
|
59774
|
+
return new Command("server").description("Start GAL MCP server over stdio (internal \u2014 invoked by MCP host)").helpOption("-h, --help", "display help for command").exitOverride().action(async () => {
|
|
59775
59775
|
const { startGalMcpServer: startGalMcpServer2 } = await Promise.resolve().then(() => (init_server(), server_exports));
|
|
59776
59776
|
await startGalMcpServer2();
|
|
59777
59777
|
});
|
|
@@ -67816,7 +67816,7 @@ var init_terminal_gal_server = __esm({
|
|
|
67816
67816
|
});
|
|
67817
67817
|
|
|
67818
67818
|
function createTerminalMcpServerCommand() {
|
|
67819
|
-
return new Command("mcp-server").description("Start terminal-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption(
|
|
67819
|
+
return new Command("mcp-server").description("Start terminal-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption("-h, --help", "display help for command").exitOverride().action(async (options) => {
|
|
67820
67820
|
const projectPath2 = (0, import_path49.resolve)(options.projectPath ?? process.cwd());
|
|
67821
67821
|
process.stderr.write("[gal terminal mcp-server] Starting terminal-gal MCP server\n");
|
|
67822
67822
|
process.stderr.write(`[gal terminal mcp-server] Project path: ${projectPath2}
|
|
@@ -92085,7 +92085,7 @@ var init_vision_gal_server = __esm({
|
|
|
92085
92085
|
});
|
|
92086
92086
|
|
|
92087
92087
|
function createVisionMcpServerCommand() {
|
|
92088
|
-
return new Command("mcp-server").description("Start gal-vision MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption(
|
|
92088
|
+
return new Command("mcp-server").description("Start gal-vision MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption("-h, --help", "display help for command").exitOverride().action(async (options) => {
|
|
92089
92089
|
const projectPath2 = (0, import_path54.resolve)(options.projectPath ?? process.cwd());
|
|
92090
92090
|
process.stderr.write("[gal vision mcp-server] Starting gal-vision MCP server\n");
|
|
92091
92091
|
process.stderr.write(`[gal vision mcp-server] Project path: ${projectPath2}
|
|
@@ -92577,7 +92577,7 @@ var init_vscode_gal_server = __esm({
|
|
|
92577
92577
|
});
|
|
92578
92578
|
|
|
92579
92579
|
function createVscodeMcpServerCommand() {
|
|
92580
|
-
return new Command("mcp-server").description("Start vscode-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption(
|
|
92580
|
+
return new Command("mcp-server").description("Start vscode-gal MCP server over stdio (internal use)").option("--project-path <path>", "Project root directory", process.cwd()).helpOption("-h, --help", "display help for command").exitOverride().action(async (options) => {
|
|
92581
92581
|
const projectPath2 = (0, import_path56.resolve)(options.projectPath ?? process.cwd());
|
|
92582
92582
|
process.stderr.write("[gal vscode mcp-server] Starting vscode-gal MCP server\n");
|
|
92583
92583
|
process.stderr.write(`[gal vscode mcp-server] Project path: ${projectPath2}
|
|
@@ -94231,7 +94231,7 @@ var init_index = __esm({
|
|
|
94231
94231
|
}
|
|
94232
94232
|
});
|
|
94233
94233
|
|
|
94234
|
-
var cliVersion10 = true ? "0.0.
|
|
94234
|
+
var cliVersion10 = true ? "0.0.628" : "0.0.0-dev";
|
|
94235
94235
|
var args = process.argv.slice(2);
|
|
94236
94236
|
var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
|
|
94237
94237
|
var requestedVersion = args.length === 1 && (args[0] === "--version" || args[0] === "-V");
|
package/package.json
CHANGED