@teambit/harmony.content.cli-reference 2.0.645 → 2.0.646

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.11.7'
2
+ description: 'Bit command synopses. Bit version: 1.11.8'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -75,7 +75,7 @@
75
75
  "private": false
76
76
  },
77
77
  {
78
- "name": "mcp-server",
78
+ "name": "mcp-server [sub-command]",
79
79
  "alias": "",
80
80
  "options": [
81
81
  [
@@ -112,7 +112,95 @@
112
112
  "description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
113
113
  "extendedDescription": "",
114
114
  "group": "advanced",
115
- "private": false
115
+ "private": false,
116
+ "commands": [
117
+ {
118
+ "name": "start",
119
+ "alias": "",
120
+ "options": [
121
+ [
122
+ "e",
123
+ "extended",
124
+ "Enable the full set of Bit CLI commands as MCP tools"
125
+ ],
126
+ [
127
+ "",
128
+ "include-only <commands>",
129
+ "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. \"status,install,compile\""
130
+ ],
131
+ [
132
+ "",
133
+ "include-additional <commands>",
134
+ "Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used"
135
+ ],
136
+ [
137
+ "",
138
+ "exclude <commands>",
139
+ "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
140
+ ],
141
+ [
142
+ "",
143
+ "bit-bin <binary>",
144
+ "Specify the binary to use for running Bit commands (default: \"bit\")"
145
+ ],
146
+ [
147
+ "",
148
+ "consumer-project",
149
+ "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools"
150
+ ]
151
+ ],
152
+ "description": "Start the MCP server",
153
+ "extendedDescription": "Start the Model Context Protocol (MCP) server with the specified configuration",
154
+ "group": "advanced",
155
+ "private": false
156
+ },
157
+ {
158
+ "name": "setup [editor]",
159
+ "alias": "",
160
+ "options": [
161
+ [
162
+ "e",
163
+ "extended",
164
+ "Enable the full set of Bit CLI commands as MCP tools"
165
+ ],
166
+ [
167
+ "",
168
+ "consumer-project",
169
+ "Configure for non-Bit workspaces that only consume Bit component packages"
170
+ ],
171
+ [
172
+ "",
173
+ "include-only <commands>",
174
+ "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes"
175
+ ],
176
+ [
177
+ "",
178
+ "include-additional <commands>",
179
+ "Add specific commands to the default MCP tools set. Use comma-separated list in quotes"
180
+ ],
181
+ [
182
+ "",
183
+ "exclude <commands>",
184
+ "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
185
+ ],
186
+ [
187
+ "g",
188
+ "global",
189
+ "Setup global configuration (default: workspace-specific)"
190
+ ]
191
+ ],
192
+ "description": "Setup MCP integration with VS Code, Cursor, Windsurf, or other editors",
193
+ "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.",
194
+ "group": "ungrouped",
195
+ "private": false,
196
+ "arguments": [
197
+ {
198
+ "name": "editor",
199
+ "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf"
200
+ }
201
+ ]
202
+ }
203
+ ]
116
204
  },
117
205
  {
118
206
  "name": "config",
@@ -601,6 +689,21 @@
601
689
  "extendedDescription": "",
602
690
  "group": "ungrouped",
603
691
  "private": false
692
+ },
693
+ {
694
+ "name": "list",
695
+ "alias": "",
696
+ "options": [
697
+ [
698
+ "g",
699
+ "global",
700
+ "see globally configured remotes"
701
+ ]
702
+ ],
703
+ "description": "list all configured remotes",
704
+ "extendedDescription": "",
705
+ "group": "collaborate",
706
+ "private": false
604
707
  }
605
708
  ]
606
709
  },
@@ -2407,7 +2510,7 @@
2407
2510
  ],
2408
2511
  "description": "fetch remote objects and store locally",
2409
2512
  "extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
2410
- "group": "ungrouped",
2513
+ "group": "collaborate",
2411
2514
  "private": true
2412
2515
  },
2413
2516
  {
package/cli-reference.mdx CHANGED
@@ -1588,7 +1588,43 @@ this command does the following:
1588
1588
 
1589
1589
  **Description**: Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.
1590
1590
 
1591
- `bit mcp-server`
1591
+ `bit mcp-server [sub-command]`
1592
+
1593
+ ### mcp-server start
1594
+
1595
+ **Usage**: `mcp-server start`
1596
+
1597
+ **Description**: Start the MCP server
1598
+ Start the Model Context Protocol (MCP) server with the specified configuration
1599
+
1600
+ | **Option** | **Option alias** | **Description** |
1601
+ | --------------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------- |
1602
+ | `--extended` | `-e` | Enable the full set of Bit CLI commands as MCP tools |
1603
+ | `--include-only <commands>` | | Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. "status,install,compile" |
1604
+ | `--include-additional <commands>` | | Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used |
1605
+ | `--exclude <commands>` | | Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes |
1606
+ | `--bit-bin <binary>` | | Specify the binary to use for running Bit commands (default: "bit") |
1607
+ | `--consumer-project` | | For non-Bit workspaces that only consume Bit component packages. Enables only "schema", "show", and "remote_search" tools |
1608
+
1609
+ ### mcp-server setup
1610
+
1611
+ **Usage**: `mcp-server setup [editor]`
1612
+
1613
+ **Description**: Setup MCP integration with VS Code, Cursor, Windsurf, or other editors
1614
+ Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.
1615
+
1616
+ | **Arg** | **Description** |
1617
+ | -------- | :--------------------------------------------------------------------: |
1618
+ | `editor` | Editor to setup (default: vscode). Available: vscode, cursor, windsurf |
1619
+
1620
+ | **Option** | **Option alias** | **Description** |
1621
+ | --------------------------------- | :--------------: | --------------------------------------------------------------------------------------------- |
1622
+ | `--extended` | `-e` | Enable the full set of Bit CLI commands as MCP tools |
1623
+ | `--consumer-project` | | Configure for non-Bit workspaces that only consume Bit component packages |
1624
+ | `--include-only <commands>` | | Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes |
1625
+ | `--include-additional <commands>` | | Add specific commands to the default MCP tools set. Use comma-separated list in quotes |
1626
+ | `--exclude <commands>` | | Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes |
1627
+ | `--global` | `-g` | Setup global configuration (default: workspace-specific) |
1592
1628
 
1593
1629
  | **Option** | **Option alias** | **Description** |
1594
1630
  | --------------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------- |
@@ -1771,6 +1807,16 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
1771
1807
  | ---------- | :--------------: | ----------------------------------------- |
1772
1808
  | `--global` | `-g` | remove a globally configured remote scope |
1773
1809
 
1810
+ ### remote list
1811
+
1812
+ **Usage**: `remote list`
1813
+
1814
+ **Description**: list all configured remotes
1815
+
1816
+ | **Option** | **Option alias** | **Description** |
1817
+ | ---------- | :--------------: | ------------------------------- |
1818
+ | `--global` | `-g` | see globally configured remotes |
1819
+
1774
1820
  | **Option** | **Option alias** | **Description** |
1775
1821
  | ---------- | :--------------: | ------------------------------- |
1776
1822
  | `--global` | `-g` | see globally configured remotes |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.11.7'
2
+ description: 'Bit command synopses. Bit version: 1.11.8'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -75,7 +75,7 @@
75
75
  "private": false
76
76
  },
77
77
  {
78
- "name": "mcp-server",
78
+ "name": "mcp-server [sub-command]",
79
79
  "alias": "",
80
80
  "options": [
81
81
  [
@@ -112,7 +112,95 @@
112
112
  "description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
113
113
  "extendedDescription": "",
114
114
  "group": "advanced",
115
- "private": false
115
+ "private": false,
116
+ "commands": [
117
+ {
118
+ "name": "start",
119
+ "alias": "",
120
+ "options": [
121
+ [
122
+ "e",
123
+ "extended",
124
+ "Enable the full set of Bit CLI commands as MCP tools"
125
+ ],
126
+ [
127
+ "",
128
+ "include-only <commands>",
129
+ "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. \"status,install,compile\""
130
+ ],
131
+ [
132
+ "",
133
+ "include-additional <commands>",
134
+ "Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used"
135
+ ],
136
+ [
137
+ "",
138
+ "exclude <commands>",
139
+ "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
140
+ ],
141
+ [
142
+ "",
143
+ "bit-bin <binary>",
144
+ "Specify the binary to use for running Bit commands (default: \"bit\")"
145
+ ],
146
+ [
147
+ "",
148
+ "consumer-project",
149
+ "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools"
150
+ ]
151
+ ],
152
+ "description": "Start the MCP server",
153
+ "extendedDescription": "Start the Model Context Protocol (MCP) server with the specified configuration",
154
+ "group": "advanced",
155
+ "private": false
156
+ },
157
+ {
158
+ "name": "setup [editor]",
159
+ "alias": "",
160
+ "options": [
161
+ [
162
+ "e",
163
+ "extended",
164
+ "Enable the full set of Bit CLI commands as MCP tools"
165
+ ],
166
+ [
167
+ "",
168
+ "consumer-project",
169
+ "Configure for non-Bit workspaces that only consume Bit component packages"
170
+ ],
171
+ [
172
+ "",
173
+ "include-only <commands>",
174
+ "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes"
175
+ ],
176
+ [
177
+ "",
178
+ "include-additional <commands>",
179
+ "Add specific commands to the default MCP tools set. Use comma-separated list in quotes"
180
+ ],
181
+ [
182
+ "",
183
+ "exclude <commands>",
184
+ "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
185
+ ],
186
+ [
187
+ "g",
188
+ "global",
189
+ "Setup global configuration (default: workspace-specific)"
190
+ ]
191
+ ],
192
+ "description": "Setup MCP integration with VS Code, Cursor, Windsurf, or other editors",
193
+ "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.",
194
+ "group": "ungrouped",
195
+ "private": false,
196
+ "arguments": [
197
+ {
198
+ "name": "editor",
199
+ "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf"
200
+ }
201
+ ]
202
+ }
203
+ ]
116
204
  },
117
205
  {
118
206
  "name": "config",
@@ -601,6 +689,21 @@
601
689
  "extendedDescription": "",
602
690
  "group": "ungrouped",
603
691
  "private": false
692
+ },
693
+ {
694
+ "name": "list",
695
+ "alias": "",
696
+ "options": [
697
+ [
698
+ "g",
699
+ "global",
700
+ "see globally configured remotes"
701
+ ]
702
+ ],
703
+ "description": "list all configured remotes",
704
+ "extendedDescription": "",
705
+ "group": "collaborate",
706
+ "private": false
604
707
  }
605
708
  ]
606
709
  },
@@ -2407,7 +2510,7 @@
2407
2510
  ],
2408
2511
  "description": "fetch remote objects and store locally",
2409
2512
  "extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
2410
- "group": "ungrouped",
2513
+ "group": "collaborate",
2411
2514
  "private": true
2412
2515
  },
2413
2516
  {
@@ -8519,7 +8519,253 @@ function MDXContent(_ref) {
8519
8519
  parentName: "p"
8520
8520
  }, "Description"), ": Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
8521
8521
  parentName: "p"
8522
- }, "bit mcp-server")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8522
+ }, "bit mcp-server [sub-command]")), (0, _react2.mdx)("h3", null, "mcp-server start"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8523
+ parentName: "p"
8524
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
8525
+ parentName: "p"
8526
+ }, "mcp-server start")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8527
+ parentName: "p"
8528
+ }, "Description"), ": Start the MCP server", (0, _react2.mdx)("br", {
8529
+ parentName: "p"
8530
+ }), "\n", "Start the Model Context Protocol (MCP) server with the specified configuration"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8531
+ parentName: "table"
8532
+ }, (0, _react2.mdx)("tr", {
8533
+ parentName: "thead"
8534
+ }, (0, _react2.mdx)("th", {
8535
+ parentName: "tr",
8536
+ "align": null
8537
+ }, (0, _react2.mdx)("strong", {
8538
+ parentName: "th"
8539
+ }, "Option")), (0, _react2.mdx)("th", {
8540
+ parentName: "tr",
8541
+ "align": "center"
8542
+ }, (0, _react2.mdx)("strong", {
8543
+ parentName: "th"
8544
+ }, "Option alias")), (0, _react2.mdx)("th", {
8545
+ parentName: "tr",
8546
+ "align": null
8547
+ }, (0, _react2.mdx)("strong", {
8548
+ parentName: "th"
8549
+ }, "Description")))), (0, _react2.mdx)("tbody", {
8550
+ parentName: "table"
8551
+ }, (0, _react2.mdx)("tr", {
8552
+ parentName: "tbody"
8553
+ }, (0, _react2.mdx)("td", {
8554
+ parentName: "tr",
8555
+ "align": null
8556
+ }, (0, _react2.mdx)("inlineCode", {
8557
+ parentName: "td"
8558
+ }, "--extended")), (0, _react2.mdx)("td", {
8559
+ parentName: "tr",
8560
+ "align": "center"
8561
+ }, (0, _react2.mdx)("inlineCode", {
8562
+ parentName: "td"
8563
+ }, "-e")), (0, _react2.mdx)("td", {
8564
+ parentName: "tr",
8565
+ "align": null
8566
+ }, "Enable the full set of Bit CLI commands as MCP tools")), (0, _react2.mdx)("tr", {
8567
+ parentName: "tbody"
8568
+ }, (0, _react2.mdx)("td", {
8569
+ parentName: "tr",
8570
+ "align": null
8571
+ }, (0, _react2.mdx)("inlineCode", {
8572
+ parentName: "td"
8573
+ }, "--include-only <commands>")), (0, _react2.mdx)("td", {
8574
+ parentName: "tr",
8575
+ "align": "center"
8576
+ }), (0, _react2.mdx)("td", {
8577
+ parentName: "tr",
8578
+ "align": null
8579
+ }, "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. \"status,install,compile\"")), (0, _react2.mdx)("tr", {
8580
+ parentName: "tbody"
8581
+ }, (0, _react2.mdx)("td", {
8582
+ parentName: "tr",
8583
+ "align": null
8584
+ }, (0, _react2.mdx)("inlineCode", {
8585
+ parentName: "td"
8586
+ }, "--include-additional <commands>")), (0, _react2.mdx)("td", {
8587
+ parentName: "tr",
8588
+ "align": "center"
8589
+ }), (0, _react2.mdx)("td", {
8590
+ parentName: "tr",
8591
+ "align": null
8592
+ }, "Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used")), (0, _react2.mdx)("tr", {
8593
+ parentName: "tbody"
8594
+ }, (0, _react2.mdx)("td", {
8595
+ parentName: "tr",
8596
+ "align": null
8597
+ }, (0, _react2.mdx)("inlineCode", {
8598
+ parentName: "td"
8599
+ }, "--exclude <commands>")), (0, _react2.mdx)("td", {
8600
+ parentName: "tr",
8601
+ "align": "center"
8602
+ }), (0, _react2.mdx)("td", {
8603
+ parentName: "tr",
8604
+ "align": null
8605
+ }, "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes")), (0, _react2.mdx)("tr", {
8606
+ parentName: "tbody"
8607
+ }, (0, _react2.mdx)("td", {
8608
+ parentName: "tr",
8609
+ "align": null
8610
+ }, (0, _react2.mdx)("inlineCode", {
8611
+ parentName: "td"
8612
+ }, "--bit-bin <binary>")), (0, _react2.mdx)("td", {
8613
+ parentName: "tr",
8614
+ "align": "center"
8615
+ }), (0, _react2.mdx)("td", {
8616
+ parentName: "tr",
8617
+ "align": null
8618
+ }, "Specify the binary to use for running Bit commands (default: \"bit\")")), (0, _react2.mdx)("tr", {
8619
+ parentName: "tbody"
8620
+ }, (0, _react2.mdx)("td", {
8621
+ parentName: "tr",
8622
+ "align": null
8623
+ }, (0, _react2.mdx)("inlineCode", {
8624
+ parentName: "td"
8625
+ }, "--consumer-project")), (0, _react2.mdx)("td", {
8626
+ parentName: "tr",
8627
+ "align": "center"
8628
+ }), (0, _react2.mdx)("td", {
8629
+ parentName: "tr",
8630
+ "align": null
8631
+ }, "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools")))), (0, _react2.mdx)("h3", null, "mcp-server setup"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8632
+ parentName: "p"
8633
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
8634
+ parentName: "p"
8635
+ }, "mcp-server setup [editor]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8636
+ parentName: "p"
8637
+ }, "Description"), ": Setup MCP integration with VS Code, Cursor, Windsurf, or other editors", (0, _react2.mdx)("br", {
8638
+ parentName: "p"
8639
+ }), "\n", "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8640
+ parentName: "table"
8641
+ }, (0, _react2.mdx)("tr", {
8642
+ parentName: "thead"
8643
+ }, (0, _react2.mdx)("th", {
8644
+ parentName: "tr",
8645
+ "align": null
8646
+ }, (0, _react2.mdx)("strong", {
8647
+ parentName: "th"
8648
+ }, "Arg")), (0, _react2.mdx)("th", {
8649
+ parentName: "tr",
8650
+ "align": "center"
8651
+ }, (0, _react2.mdx)("strong", {
8652
+ parentName: "th"
8653
+ }, "Description")))), (0, _react2.mdx)("tbody", {
8654
+ parentName: "table"
8655
+ }, (0, _react2.mdx)("tr", {
8656
+ parentName: "tbody"
8657
+ }, (0, _react2.mdx)("td", {
8658
+ parentName: "tr",
8659
+ "align": null
8660
+ }, (0, _react2.mdx)("inlineCode", {
8661
+ parentName: "td"
8662
+ }, "editor")), (0, _react2.mdx)("td", {
8663
+ parentName: "tr",
8664
+ "align": "center"
8665
+ }, "Editor to setup (default: vscode). Available: vscode, cursor, windsurf")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8666
+ parentName: "table"
8667
+ }, (0, _react2.mdx)("tr", {
8668
+ parentName: "thead"
8669
+ }, (0, _react2.mdx)("th", {
8670
+ parentName: "tr",
8671
+ "align": null
8672
+ }, (0, _react2.mdx)("strong", {
8673
+ parentName: "th"
8674
+ }, "Option")), (0, _react2.mdx)("th", {
8675
+ parentName: "tr",
8676
+ "align": "center"
8677
+ }, (0, _react2.mdx)("strong", {
8678
+ parentName: "th"
8679
+ }, "Option alias")), (0, _react2.mdx)("th", {
8680
+ parentName: "tr",
8681
+ "align": null
8682
+ }, (0, _react2.mdx)("strong", {
8683
+ parentName: "th"
8684
+ }, "Description")))), (0, _react2.mdx)("tbody", {
8685
+ parentName: "table"
8686
+ }, (0, _react2.mdx)("tr", {
8687
+ parentName: "tbody"
8688
+ }, (0, _react2.mdx)("td", {
8689
+ parentName: "tr",
8690
+ "align": null
8691
+ }, (0, _react2.mdx)("inlineCode", {
8692
+ parentName: "td"
8693
+ }, "--extended")), (0, _react2.mdx)("td", {
8694
+ parentName: "tr",
8695
+ "align": "center"
8696
+ }, (0, _react2.mdx)("inlineCode", {
8697
+ parentName: "td"
8698
+ }, "-e")), (0, _react2.mdx)("td", {
8699
+ parentName: "tr",
8700
+ "align": null
8701
+ }, "Enable the full set of Bit CLI commands as MCP tools")), (0, _react2.mdx)("tr", {
8702
+ parentName: "tbody"
8703
+ }, (0, _react2.mdx)("td", {
8704
+ parentName: "tr",
8705
+ "align": null
8706
+ }, (0, _react2.mdx)("inlineCode", {
8707
+ parentName: "td"
8708
+ }, "--consumer-project")), (0, _react2.mdx)("td", {
8709
+ parentName: "tr",
8710
+ "align": "center"
8711
+ }), (0, _react2.mdx)("td", {
8712
+ parentName: "tr",
8713
+ "align": null
8714
+ }, "Configure for non-Bit workspaces that only consume Bit component packages")), (0, _react2.mdx)("tr", {
8715
+ parentName: "tbody"
8716
+ }, (0, _react2.mdx)("td", {
8717
+ parentName: "tr",
8718
+ "align": null
8719
+ }, (0, _react2.mdx)("inlineCode", {
8720
+ parentName: "td"
8721
+ }, "--include-only <commands>")), (0, _react2.mdx)("td", {
8722
+ parentName: "tr",
8723
+ "align": "center"
8724
+ }), (0, _react2.mdx)("td", {
8725
+ parentName: "tr",
8726
+ "align": null
8727
+ }, "Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes")), (0, _react2.mdx)("tr", {
8728
+ parentName: "tbody"
8729
+ }, (0, _react2.mdx)("td", {
8730
+ parentName: "tr",
8731
+ "align": null
8732
+ }, (0, _react2.mdx)("inlineCode", {
8733
+ parentName: "td"
8734
+ }, "--include-additional <commands>")), (0, _react2.mdx)("td", {
8735
+ parentName: "tr",
8736
+ "align": "center"
8737
+ }), (0, _react2.mdx)("td", {
8738
+ parentName: "tr",
8739
+ "align": null
8740
+ }, "Add specific commands to the default MCP tools set. Use comma-separated list in quotes")), (0, _react2.mdx)("tr", {
8741
+ parentName: "tbody"
8742
+ }, (0, _react2.mdx)("td", {
8743
+ parentName: "tr",
8744
+ "align": null
8745
+ }, (0, _react2.mdx)("inlineCode", {
8746
+ parentName: "td"
8747
+ }, "--exclude <commands>")), (0, _react2.mdx)("td", {
8748
+ parentName: "tr",
8749
+ "align": "center"
8750
+ }), (0, _react2.mdx)("td", {
8751
+ parentName: "tr",
8752
+ "align": null
8753
+ }, "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes")), (0, _react2.mdx)("tr", {
8754
+ parentName: "tbody"
8755
+ }, (0, _react2.mdx)("td", {
8756
+ parentName: "tr",
8757
+ "align": null
8758
+ }, (0, _react2.mdx)("inlineCode", {
8759
+ parentName: "td"
8760
+ }, "--global")), (0, _react2.mdx)("td", {
8761
+ parentName: "tr",
8762
+ "align": "center"
8763
+ }, (0, _react2.mdx)("inlineCode", {
8764
+ parentName: "td"
8765
+ }, "-g")), (0, _react2.mdx)("td", {
8766
+ parentName: "tr",
8767
+ "align": null
8768
+ }, "Setup global configuration (default: workspace-specific)")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8523
8769
  parentName: "table"
8524
8770
  }, (0, _react2.mdx)("tr", {
8525
8771
  parentName: "thead"
@@ -9361,7 +9607,49 @@ function MDXContent(_ref) {
9361
9607
  }, "-g")), (0, _react2.mdx)("td", {
9362
9608
  parentName: "tr",
9363
9609
  "align": null
9364
- }, "remove a globally configured remote scope")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9610
+ }, "remove a globally configured remote scope")))), (0, _react2.mdx)("h3", null, "remote list"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
9611
+ parentName: "p"
9612
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
9613
+ parentName: "p"
9614
+ }, "remote list")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
9615
+ parentName: "p"
9616
+ }, "Description"), ": list all configured remotes"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9617
+ parentName: "table"
9618
+ }, (0, _react2.mdx)("tr", {
9619
+ parentName: "thead"
9620
+ }, (0, _react2.mdx)("th", {
9621
+ parentName: "tr",
9622
+ "align": null
9623
+ }, (0, _react2.mdx)("strong", {
9624
+ parentName: "th"
9625
+ }, "Option")), (0, _react2.mdx)("th", {
9626
+ parentName: "tr",
9627
+ "align": "center"
9628
+ }, (0, _react2.mdx)("strong", {
9629
+ parentName: "th"
9630
+ }, "Option alias")), (0, _react2.mdx)("th", {
9631
+ parentName: "tr",
9632
+ "align": null
9633
+ }, (0, _react2.mdx)("strong", {
9634
+ parentName: "th"
9635
+ }, "Description")))), (0, _react2.mdx)("tbody", {
9636
+ parentName: "table"
9637
+ }, (0, _react2.mdx)("tr", {
9638
+ parentName: "tbody"
9639
+ }, (0, _react2.mdx)("td", {
9640
+ parentName: "tr",
9641
+ "align": null
9642
+ }, (0, _react2.mdx)("inlineCode", {
9643
+ parentName: "td"
9644
+ }, "--global")), (0, _react2.mdx)("td", {
9645
+ parentName: "tr",
9646
+ "align": "center"
9647
+ }, (0, _react2.mdx)("inlineCode", {
9648
+ parentName: "td"
9649
+ }, "-g")), (0, _react2.mdx)("td", {
9650
+ parentName: "tr",
9651
+ "align": null
9652
+ }, "see globally configured remotes")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9365
9653
  parentName: "table"
9366
9654
  }, (0, _react2.mdx)("tr", {
9367
9655
  parentName: "thead"