@teambit/harmony.content.cli-reference 2.0.660 → 2.0.661
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 +6 -6
- package/cli-reference.mdx +10 -10
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +6 -6
- package/dist/cli-reference.mdx.js +6 -6
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1750821706704.js → preview-1750908022905.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"Setup global configuration (default: workspace-specific)"
|
|
145
145
|
]
|
|
146
146
|
],
|
|
147
|
-
"description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors",
|
|
148
|
-
"extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf,
|
|
147
|
+
"description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, Cline, or other editors",
|
|
148
|
+
"extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, Roo Code, and Cline.",
|
|
149
149
|
"group": "ungrouped",
|
|
150
150
|
"private": false,
|
|
151
151
|
"arguments": [
|
|
152
152
|
{
|
|
153
153
|
"name": "editor",
|
|
154
|
-
"description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo"
|
|
154
|
+
"description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo, cline"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
},
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
"Generate rules for consumer projects that only use Bit components as packages"
|
|
176
176
|
]
|
|
177
177
|
],
|
|
178
|
-
"description": "Write Bit MCP rules/instructions file for VS Code, Cursor, or print to screen",
|
|
179
|
-
"extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code and
|
|
178
|
+
"description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, or print to screen",
|
|
179
|
+
"extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, and Cline. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
|
|
180
180
|
"group": "ungrouped",
|
|
181
181
|
"private": false,
|
|
182
182
|
"arguments": [
|
|
183
183
|
{
|
|
184
184
|
"name": "editor",
|
|
185
|
-
"description": "Editor to write rules for (default: vscode). Available: vscode, cursor"
|
|
185
|
+
"description": "Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
188
188
|
}
|
package/cli-reference.mdx
CHANGED
|
@@ -1600,12 +1600,12 @@ Start the Model Context Protocol (MCP) server with the specified configuration
|
|
|
1600
1600
|
|
|
1601
1601
|
**Usage**: `mcp-server setup [editor]`
|
|
1602
1602
|
|
|
1603
|
-
**Description**: Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors
|
|
1604
|
-
Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf,
|
|
1603
|
+
**Description**: Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, Cline, or other editors
|
|
1604
|
+
Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, Roo Code, and Cline.
|
|
1605
1605
|
|
|
1606
|
-
| **Arg** |
|
|
1607
|
-
| -------- |
|
|
1608
|
-
| `editor` | Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo |
|
|
1606
|
+
| **Arg** | **Description** |
|
|
1607
|
+
| -------- | :--------------------------------------------------------------------------------: |
|
|
1608
|
+
| `editor` | Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo, cline |
|
|
1609
1609
|
|
|
1610
1610
|
| **Option** | **Option alias** | **Description** |
|
|
1611
1611
|
| --------------------------------- | :--------------: | -------------------------------------------------------------------------------------- |
|
|
@@ -1617,12 +1617,12 @@ Creates or updates configuration files to integrate Bit MCP server with supporte
|
|
|
1617
1617
|
|
|
1618
1618
|
**Usage**: `mcp-server rules [editor]`
|
|
1619
1619
|
|
|
1620
|
-
**Description**: Write Bit MCP rules/instructions file for VS Code, Cursor, or print to screen
|
|
1621
|
-
Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code and
|
|
1620
|
+
**Description**: Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, or print to screen
|
|
1621
|
+
Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, and Cline. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.
|
|
1622
1622
|
|
|
1623
|
-
| **Arg** |
|
|
1624
|
-
| -------- |
|
|
1625
|
-
| `editor` | Editor to write rules for (default: vscode). Available: vscode, cursor |
|
|
1623
|
+
| **Arg** | **Description** |
|
|
1624
|
+
| -------- | :--------------------------------------------------------------------------------: |
|
|
1625
|
+
| `editor` | Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline |
|
|
1626
1626
|
|
|
1627
1627
|
| **Option** | **Option alias** | **Description** |
|
|
1628
1628
|
| -------------------- | :--------------: | ----------------------------------------------------------------------------- |
|
package/dist/cli-reference.json
CHANGED
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"Setup global configuration (default: workspace-specific)"
|
|
145
145
|
]
|
|
146
146
|
],
|
|
147
|
-
"description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors",
|
|
148
|
-
"extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf,
|
|
147
|
+
"description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, Cline, or other editors",
|
|
148
|
+
"extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, Roo Code, and Cline.",
|
|
149
149
|
"group": "ungrouped",
|
|
150
150
|
"private": false,
|
|
151
151
|
"arguments": [
|
|
152
152
|
{
|
|
153
153
|
"name": "editor",
|
|
154
|
-
"description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo"
|
|
154
|
+
"description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo, cline"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
},
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
"Generate rules for consumer projects that only use Bit components as packages"
|
|
176
176
|
]
|
|
177
177
|
],
|
|
178
|
-
"description": "Write Bit MCP rules/instructions file for VS Code, Cursor, or print to screen",
|
|
179
|
-
"extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code and
|
|
178
|
+
"description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, or print to screen",
|
|
179
|
+
"extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, and Cline. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
|
|
180
180
|
"group": "ungrouped",
|
|
181
181
|
"private": false,
|
|
182
182
|
"arguments": [
|
|
183
183
|
{
|
|
184
184
|
"name": "editor",
|
|
185
|
-
"description": "Editor to write rules for (default: vscode). Available: vscode, cursor"
|
|
185
|
+
"description": "Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
188
188
|
}
|
|
@@ -8602,9 +8602,9 @@ function MDXContent(_ref) {
|
|
|
8602
8602
|
parentName: "p"
|
|
8603
8603
|
}, "mcp-server setup [editor]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8604
8604
|
parentName: "p"
|
|
8605
|
-
}, "Description"), ": Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors", (0, _react2.mdx)("br", {
|
|
8605
|
+
}, "Description"), ": Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, Cline, or other editors", (0, _react2.mdx)("br", {
|
|
8606
8606
|
parentName: "p"
|
|
8607
|
-
}), "\n", "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf,
|
|
8607
|
+
}), "\n", "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, Roo Code, and Cline."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8608
8608
|
parentName: "table"
|
|
8609
8609
|
}, (0, _react2.mdx)("tr", {
|
|
8610
8610
|
parentName: "thead"
|
|
@@ -8630,7 +8630,7 @@ function MDXContent(_ref) {
|
|
|
8630
8630
|
}, "editor")), (0, _react2.mdx)("td", {
|
|
8631
8631
|
parentName: "tr",
|
|
8632
8632
|
"align": "center"
|
|
8633
|
-
}, "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8633
|
+
}, "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo, cline")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8634
8634
|
parentName: "table"
|
|
8635
8635
|
}, (0, _react2.mdx)("tr", {
|
|
8636
8636
|
parentName: "thead"
|
|
@@ -8698,9 +8698,9 @@ function MDXContent(_ref) {
|
|
|
8698
8698
|
parentName: "p"
|
|
8699
8699
|
}, "mcp-server rules [editor]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8700
8700
|
parentName: "p"
|
|
8701
|
-
}, "Description"), ": Write Bit MCP rules/instructions file for VS Code, Cursor, or print to screen", (0, _react2.mdx)("br", {
|
|
8701
|
+
}, "Description"), ": Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, or print to screen", (0, _react2.mdx)("br", {
|
|
8702
8702
|
parentName: "p"
|
|
8703
|
-
}), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code and
|
|
8703
|
+
}), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, and Cline. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8704
8704
|
parentName: "table"
|
|
8705
8705
|
}, (0, _react2.mdx)("tr", {
|
|
8706
8706
|
parentName: "thead"
|
|
@@ -8726,7 +8726,7 @@ function MDXContent(_ref) {
|
|
|
8726
8726
|
}, "editor")), (0, _react2.mdx)("td", {
|
|
8727
8727
|
parentName: "tr",
|
|
8728
8728
|
"align": "center"
|
|
8729
|
-
}, "Editor to write rules for (default: vscode). Available: vscode, cursor")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8729
|
+
}, "Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8730
8730
|
parentName: "table"
|
|
8731
8731
|
}, (0, _react2.mdx)("tr", {
|
|
8732
8732
|
parentName: "thead"
|