@f-o-h/cli 0.1.62 → 0.1.63
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/foh.js +2 -2
- package/package.json +1 -1
package/dist/foh.js
CHANGED
|
@@ -15086,7 +15086,7 @@ function registerWidget(program3) {
|
|
|
15086
15086
|
apiUrlOverride: opts.apiUrl,
|
|
15087
15087
|
headers: { "x-agent-id": opts.agent }
|
|
15088
15088
|
});
|
|
15089
|
-
if (opts.json) {
|
|
15089
|
+
if (resolveJsonMode({ json: opts.json })) {
|
|
15090
15090
|
format(data, { json: true });
|
|
15091
15091
|
} else {
|
|
15092
15092
|
process.stdout.write(data.snippet + "\n");
|
|
@@ -32877,7 +32877,7 @@ var StdioServerTransport = class {
|
|
|
32877
32877
|
};
|
|
32878
32878
|
|
|
32879
32879
|
// src/lib/cli-version.ts
|
|
32880
|
-
var CLI_VERSION = "0.1.
|
|
32880
|
+
var CLI_VERSION = "0.1.63";
|
|
32881
32881
|
|
|
32882
32882
|
// src/commands/mcp-serve.ts
|
|
32883
32883
|
var DEFAULT_TIMEOUT_MS = 12e4;
|