@teambit/harmony.content.cli-reference 2.0.633 → 2.0.634
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/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +30 -0
- package/cli-reference.mdx +15 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +30 -0
- package/dist/cli-reference.mdx.js +80 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1746674277507.js → preview-1746760877801.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -74,6 +74,36 @@
|
|
|
74
74
|
"group": "general",
|
|
75
75
|
"private": false
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"name": "mcp-server",
|
|
79
|
+
"alias": "",
|
|
80
|
+
"options": [
|
|
81
|
+
[
|
|
82
|
+
"e",
|
|
83
|
+
"extended",
|
|
84
|
+
"Enable the full set of Bit CLI commands as MCP tools"
|
|
85
|
+
],
|
|
86
|
+
[
|
|
87
|
+
"",
|
|
88
|
+
"include-only <commands>",
|
|
89
|
+
"Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. \"status,install,compile\""
|
|
90
|
+
],
|
|
91
|
+
[
|
|
92
|
+
"",
|
|
93
|
+
"include-additional <commands>",
|
|
94
|
+
"Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used"
|
|
95
|
+
],
|
|
96
|
+
[
|
|
97
|
+
"",
|
|
98
|
+
"exclude <commands>",
|
|
99
|
+
"Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
|
|
100
|
+
]
|
|
101
|
+
],
|
|
102
|
+
"description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
|
|
103
|
+
"extendedDescription": "",
|
|
104
|
+
"group": "development",
|
|
105
|
+
"private": false
|
|
106
|
+
},
|
|
77
107
|
{
|
|
78
108
|
"name": "config",
|
|
79
109
|
"alias": "",
|
package/cli-reference.mdx
CHANGED
|
@@ -1581,6 +1581,21 @@ this command does the following:
|
|
|
1581
1581
|
|
|
1582
1582
|
---
|
|
1583
1583
|
|
|
1584
|
+
## mcp-server
|
|
1585
|
+
|
|
1586
|
+
**Description**: Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.
|
|
1587
|
+
|
|
1588
|
+
`bit mcp-server`
|
|
1589
|
+
|
|
1590
|
+
| **Option** | **Option alias** | **Description** |
|
|
1591
|
+
| --------------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------- |
|
|
1592
|
+
| `--extended` | `-e` | Enable the full set of Bit CLI commands as MCP tools |
|
|
1593
|
+
| `--include-only <commands>` | | Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. "status,install,compile" |
|
|
1594
|
+
| `--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 |
|
|
1595
|
+
| `--exclude <commands>` | | Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes |
|
|
1596
|
+
|
|
1597
|
+
---
|
|
1598
|
+
|
|
1584
1599
|
## merge
|
|
1585
1600
|
|
|
1586
1601
|
**Description**: merge changes of the remote head into local - auto-snaps all merged components
|
package/dist/cli-reference.json
CHANGED
|
@@ -74,6 +74,36 @@
|
|
|
74
74
|
"group": "general",
|
|
75
75
|
"private": false
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"name": "mcp-server",
|
|
79
|
+
"alias": "",
|
|
80
|
+
"options": [
|
|
81
|
+
[
|
|
82
|
+
"e",
|
|
83
|
+
"extended",
|
|
84
|
+
"Enable the full set of Bit CLI commands as MCP tools"
|
|
85
|
+
],
|
|
86
|
+
[
|
|
87
|
+
"",
|
|
88
|
+
"include-only <commands>",
|
|
89
|
+
"Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. \"status,install,compile\""
|
|
90
|
+
],
|
|
91
|
+
[
|
|
92
|
+
"",
|
|
93
|
+
"include-additional <commands>",
|
|
94
|
+
"Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used"
|
|
95
|
+
],
|
|
96
|
+
[
|
|
97
|
+
"",
|
|
98
|
+
"exclude <commands>",
|
|
99
|
+
"Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
|
|
100
|
+
]
|
|
101
|
+
],
|
|
102
|
+
"description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
|
|
103
|
+
"extendedDescription": "",
|
|
104
|
+
"group": "development",
|
|
105
|
+
"private": false
|
|
106
|
+
},
|
|
77
107
|
{
|
|
78
108
|
"name": "config",
|
|
79
109
|
"alias": "",
|
|
@@ -8483,7 +8483,86 @@ function MDXContent(_ref) {
|
|
|
8483
8483
|
parentName: "p"
|
|
8484
8484
|
}, "Description"), ": log the CLI out of Bit"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
8485
8485
|
parentName: "p"
|
|
8486
|
-
}, "bit logout")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "
|
|
8486
|
+
}, "bit logout")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "mcp-server"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8487
|
+
parentName: "p"
|
|
8488
|
+
}, "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", {
|
|
8489
|
+
parentName: "p"
|
|
8490
|
+
}, "bit mcp-server")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8491
|
+
parentName: "table"
|
|
8492
|
+
}, (0, _react2.mdx)("tr", {
|
|
8493
|
+
parentName: "thead"
|
|
8494
|
+
}, (0, _react2.mdx)("th", {
|
|
8495
|
+
parentName: "tr",
|
|
8496
|
+
"align": null
|
|
8497
|
+
}, (0, _react2.mdx)("strong", {
|
|
8498
|
+
parentName: "th"
|
|
8499
|
+
}, "Option")), (0, _react2.mdx)("th", {
|
|
8500
|
+
parentName: "tr",
|
|
8501
|
+
"align": "center"
|
|
8502
|
+
}, (0, _react2.mdx)("strong", {
|
|
8503
|
+
parentName: "th"
|
|
8504
|
+
}, "Option alias")), (0, _react2.mdx)("th", {
|
|
8505
|
+
parentName: "tr",
|
|
8506
|
+
"align": null
|
|
8507
|
+
}, (0, _react2.mdx)("strong", {
|
|
8508
|
+
parentName: "th"
|
|
8509
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
8510
|
+
parentName: "table"
|
|
8511
|
+
}, (0, _react2.mdx)("tr", {
|
|
8512
|
+
parentName: "tbody"
|
|
8513
|
+
}, (0, _react2.mdx)("td", {
|
|
8514
|
+
parentName: "tr",
|
|
8515
|
+
"align": null
|
|
8516
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8517
|
+
parentName: "td"
|
|
8518
|
+
}, "--extended")), (0, _react2.mdx)("td", {
|
|
8519
|
+
parentName: "tr",
|
|
8520
|
+
"align": "center"
|
|
8521
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8522
|
+
parentName: "td"
|
|
8523
|
+
}, "-e")), (0, _react2.mdx)("td", {
|
|
8524
|
+
parentName: "tr",
|
|
8525
|
+
"align": null
|
|
8526
|
+
}, "Enable the full set of Bit CLI commands as MCP tools")), (0, _react2.mdx)("tr", {
|
|
8527
|
+
parentName: "tbody"
|
|
8528
|
+
}, (0, _react2.mdx)("td", {
|
|
8529
|
+
parentName: "tr",
|
|
8530
|
+
"align": null
|
|
8531
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8532
|
+
parentName: "td"
|
|
8533
|
+
}, "--include-only <commands>")), (0, _react2.mdx)("td", {
|
|
8534
|
+
parentName: "tr",
|
|
8535
|
+
"align": "center"
|
|
8536
|
+
}), (0, _react2.mdx)("td", {
|
|
8537
|
+
parentName: "tr",
|
|
8538
|
+
"align": null
|
|
8539
|
+
}, "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", {
|
|
8540
|
+
parentName: "tbody"
|
|
8541
|
+
}, (0, _react2.mdx)("td", {
|
|
8542
|
+
parentName: "tr",
|
|
8543
|
+
"align": null
|
|
8544
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8545
|
+
parentName: "td"
|
|
8546
|
+
}, "--include-additional <commands>")), (0, _react2.mdx)("td", {
|
|
8547
|
+
parentName: "tr",
|
|
8548
|
+
"align": "center"
|
|
8549
|
+
}), (0, _react2.mdx)("td", {
|
|
8550
|
+
parentName: "tr",
|
|
8551
|
+
"align": null
|
|
8552
|
+
}, "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", {
|
|
8553
|
+
parentName: "tbody"
|
|
8554
|
+
}, (0, _react2.mdx)("td", {
|
|
8555
|
+
parentName: "tr",
|
|
8556
|
+
"align": null
|
|
8557
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8558
|
+
parentName: "td"
|
|
8559
|
+
}, "--exclude <commands>")), (0, _react2.mdx)("td", {
|
|
8560
|
+
parentName: "tr",
|
|
8561
|
+
"align": "center"
|
|
8562
|
+
}), (0, _react2.mdx)("td", {
|
|
8563
|
+
parentName: "tr",
|
|
8564
|
+
"align": null
|
|
8565
|
+
}, "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8487
8566
|
parentName: "p"
|
|
8488
8567
|
}, "Description"), ": merge changes of the remote head into local - auto-snaps all merged components", (0, _react2.mdx)("br", {
|
|
8489
8568
|
parentName: "p"
|