@bridge_gpt/mcp-server 0.2.25 → 0.2.26

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.
@@ -266,7 +266,7 @@ supplied the relevant input; otherwise record `SKIP_USER_INPUT`.
266
266
  Tier 4 mutating tool.
267
267
  - `get_deep_research` — requires a `task_id` produced by `request_deep_research`.
268
268
  When Tier 3 is skipped and no ID exists, record `SKIP_USER_INPUT`.
269
- - `get_brainstorm` — requires a `brainstorm_id` produced by `request_brainstorm`.
269
+ - `get_council` — requires a `brainstorm_id` produced by `request_council`.
270
270
  When Tier 3 is skipped and no ID exists, record `SKIP_USER_INPUT`.
271
271
  - `poll_ci_checks` — an `available:true` envelope with `checks:[]`,
272
272
  `all_complete:true`, and `all_passed:true` is a `PASS`. The `TOOL_DISABLED` /
@@ -356,7 +356,7 @@ of about 15 minutes** for any async flow.
356
356
  | Submit tool | Returns | Retrieve with |
357
357
  |---|---|---|
358
358
  | `request_deep_research` | a **`task_id`** | `get_deep_research` |
359
- | `request_brainstorm` | a **`brainstorm_id`** | `get_brainstorm` |
359
+ | `request_council` | a **`brainstorm_id`** | `get_council` |
360
360
  | `request_plan_generation` | (ticket-key based) | `get_plan` |
361
361
  | `request_architecture` | (ticket-key based) | `get_architecture` |
362
362
  | `request_clarifying_questions` | (ticket-key based) | `get_clarifying_questions` |
@@ -516,7 +516,7 @@ Coverage reconciliation: **7 + 19 + 1 + 13 + 22 = 62** (BAPI-443 Phase 3a: `list
516
516
  | Tier 1 | `get_ticket_critique` | Artifact retriever; `PASS_EXPECTED_404` when cleanly empty. |
517
517
  | Tier 1 | `get_reimplement_context` | Artifact retriever; valid live-assembled content is `PASS`; a clean 404 is `PASS_EXPECTED_404` — the clean 404 is not the only expected outcome. |
518
518
  | Tier 1 | `get_deep_research` | Artifact retriever; requires a Tier 3-produced `task_id`; `PASS_EXPECTED_404` when cleanly empty. |
519
- | Tier 1 | `get_brainstorm` | Artifact retriever; requires a Tier 3-produced `brainstorm_id`; `PASS_EXPECTED_404` when cleanly empty. |
519
+ | Tier 1 | `get_council` | Artifact retriever; requires a Tier 3-produced `brainstorm_id`; `PASS_EXPECTED_404` when cleanly empty. |
520
520
  | Tier 1 | `get_ticket_state` | Read-only; needs ticket key; v1 read-only reaches the clean "not tracked" 404; full state requires deferred Tier 4 `track_ticket`. |
521
521
  | Tier 1 | `get_jira_transitions` | Read-only; needs ticket key. |
522
522
  | Tier 1 | `resolve_target_status` | Read-only; needs ticket key. |
@@ -534,7 +534,7 @@ Coverage reconciliation: **7 + 19 + 1 + 13 + 22 = 62** (BAPI-443 Phase 3a: `list
534
534
  | Tier 3 | `request_ticket_review` | Async submit; retrieve with `get_clarifying_questions` + `get_ticket_critique`; opt-in. |
535
535
  | Tier 3 | `request_reimplement_context` | Async (ticket-key based); retrieve with `get_reimplement_context`; opt-in. |
536
536
  | Tier 3 | `request_deep_research` | Async; returns `task_id`; retrieve with `get_deep_research`; opt-in. |
537
- | Tier 3 | `request_brainstorm` | Async; returns `brainstorm_id`; retrieve with `get_brainstorm`; opt-in. |
537
+ | Tier 3 | `request_council` | Async; returns `brainstorm_id`; retrieve with `get_council`; opt-in. |
538
538
  | Tier 3 | `estimate_epic` | Synchronous, token-costing epic estimation orchestrator (`epic_key` or explicit `ticket_keys`); returns the estimate in one call; opt-in. |
539
539
  | Tier 4 | `create_ticket` | Mutating; deferred in v1. |
540
540
  | Tier 4 | `add_comment` | Mutating; deferred in v1. |