@bli-cockpit/mcp 0.1.32 → 0.1.33
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -317,7 +317,7 @@ naming the door's own `reason` label (e.g. `document_not_found_or_unreadable`)
|
|
|
317
317
|
|
|
318
318
|
## Registration on an intern machine
|
|
319
319
|
|
|
320
|
-
`cockpit memory install` (run unasked by `
|
|
320
|
+
`cockpit memory install` (run unasked by `doctor` and the daily sync
|
|
321
321
|
tick) registers `bli-tower` beside `bli-memory` in the SAME two files —
|
|
322
322
|
`~/.claude.json`'s `mcpServers` and `~/.codex/config.toml`'s
|
|
323
323
|
`[mcp_servers.bli-tower]` table — resolving this package's own bin the same
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bli-cockpit/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "bli-tower — an MCP server over BLI Cockpit's agent doors: JARVIS (jarvis_*), documents (docs_*), channels (msg_*), issues (work_*), the daily page (brief_*), meeting notes (notes_*), the ops board (ops_status/slack_*), settings/team/model, Scout and the workbook, plus the legacy event-stream tools (emit_event, get_ticket_timeline, get_active_tickets).",
|
|
6
6
|
"type": "module",
|