@bridge_gpt/mcp-server 0.1.14 → 0.1.17

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.
@@ -0,0 +1,23 @@
1
+ # Smoke Test MCP
2
+
3
+ Run the Bridge API MCP cross-platform smoke test inside this host. This command
4
+ is a **thin pointer** — it does not contain the test logic itself.
5
+
6
+ ## What to do
7
+
8
+ 1. Locate and read the canonical runbook **`SMOKE-TEST.md`** from the same
9
+ `smoke-test/` directory these assets ship in, then execute it step by step.
10
+ - **Local repo development:** `mcp_server/smoke-test/SMOKE-TEST.md`
11
+ - **Package consumers:** `node_modules/@bridge_gpt/mcp-server/smoke-test/SMOKE-TEST.md`
12
+ 2. Follow `SMOKE-TEST.md` exactly: it is **authoritative**. Collect inputs, run
13
+ the tiered tool checks, grade each result by inspecting response content, and
14
+ write the report.
15
+ 3. Write the report **under the docs directory returned by `get_docs_dir`** — at
16
+ `<docs_dir>/smoke-test/REPORT-<host>-<timestamp>.md`, as the runbook specifies.
17
+
18
+ ## Do not duplicate the runbook
19
+
20
+ This command must **not** restate or re-derive the runbook's logic. `SMOKE-TEST.md`
21
+ owns the tier model, the verdict rules, the Tier 2 canary payload, the host
22
+ probes, the full tool matrix, and the report template. If `SMOKE-TEST.md` and
23
+ this file ever disagree, **`SMOKE-TEST.md` wins.**