@r_masseater/ops-harbor 0.1.1
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/README.md +11 -0
- package/dist/cli.js +19186 -0
- package/dist/client/assets/index-0Ytuj-W0.css +1 -0
- package/dist/client/assets/index-DyzvRtB8.js +51 -0
- package/dist/client/index.html +26 -0
- package/dist/control-plane.js +3573 -0
- package/dist/mcp-server.js +13967 -0
- package/package.json +72 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Ops Harbor
|
|
2
|
+
|
|
3
|
+
Ops Harbor is a Bun-based local dashboard, daemon, and read-only MCP bridge.
|
|
4
|
+
|
|
5
|
+
## Runtime
|
|
6
|
+
|
|
7
|
+
This package requires Bun at runtime. Install Bun before invoking the published
|
|
8
|
+
`ops-harbor` CLI because the bundled entrypoints use Bun-specific APIs such as
|
|
9
|
+
`Bun.argv` and `Bun.serve`.
|
|
10
|
+
|
|
11
|
+
https://bun.sh/
|