@cnwenf/occ 2.1.310 → 2.1.311
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/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
-
globalThis.MACRO={"VERSION":"2.1.
|
|
2
|
+
globalThis.MACRO={"VERSION":"2.1.311","BINARY_NAME":"occ","BUILD_TIME":"2026-08-24T17:45:33.806Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
|
|
3
3
|
// @bun
|
|
4
4
|
var __create = Object.create;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -827551,13 +827551,13 @@ Usage: occ --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
827551
827551
|
} = await Promise.resolve().then(() => (init_mcp5(), exports_mcp3));
|
|
827552
827552
|
await mcpRemoveHandler2(name3, options);
|
|
827553
827553
|
});
|
|
827554
|
-
mcp2.command("list").description("List configured MCP servers. Unapproved .mcp.json servers are shown as \u23F8 Pending approval and not connected to; approved servers are health-checked.").action(async () => {
|
|
827554
|
+
mcp2.command("list").description("List configured MCP servers. Unapproved .mcp.json servers are shown as \u23F8 Pending approval and not connected to; approved servers are health-checked unless disabled for this project.").action(async () => {
|
|
827555
827555
|
const {
|
|
827556
827556
|
mcpListHandler: mcpListHandler2
|
|
827557
827557
|
} = await Promise.resolve().then(() => (init_mcp5(), exports_mcp3));
|
|
827558
827558
|
await mcpListHandler2();
|
|
827559
827559
|
});
|
|
827560
|
-
mcp2.command("get <name>").description("Get details about an MCP server. Unapproved .mcp.json servers are shown as \u23F8 Pending approval and not connected to; approved servers are health-checked.").action(async (name3) => {
|
|
827560
|
+
mcp2.command("get <name>").description("Get details about an MCP server. Unapproved .mcp.json servers are shown as \u23F8 Pending approval and not connected to; approved servers are health-checked unless disabled for this project.").action(async (name3) => {
|
|
827561
827561
|
const {
|
|
827562
827562
|
mcpGetHandler: mcpGetHandler2
|
|
827563
827563
|
} = await Promise.resolve().then(() => (init_mcp5(), exports_mcp3));
|