@teambit/harmony.content.cli-reference 2.0.1048 → 2.0.1049
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 +1 -1
- package/cli-reference.mdx +3 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1779129522483.js → preview-1779140326546.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -5009,7 +5009,7 @@
|
|
|
5009
5009
|
]
|
|
5010
5010
|
],
|
|
5011
5011
|
"description": "start Model Context Protocol server for AI assistants",
|
|
5012
|
-
"extendedDescription": "
|
|
5012
|
+
"extendedDescription": "NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.\nsee setup instructions for each agent at https://bit.cloud/docs/connect.\n\nenables AI assistants and other tools to interact with Bit via the Model Context Protocol.\nprovides a standardized interface for AI agents to execute Bit commands and access component information.\nallows writing custom instructions and rules to guide AI agents in their interactions with Bit.",
|
|
5013
5013
|
"group": "advanced",
|
|
5014
5014
|
"private": false,
|
|
5015
5015
|
"commands": [
|
package/cli-reference.mdx
CHANGED
|
@@ -1813,6 +1813,9 @@ use this to switch between accounts or when authentication tokens expire.
|
|
|
1813
1813
|
## mcp-server
|
|
1814
1814
|
|
|
1815
1815
|
**Description**: start Model Context Protocol server for AI assistants
|
|
1816
|
+
NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.
|
|
1817
|
+
see setup instructions for each agent at https://bit.cloud/docs/connect.
|
|
1818
|
+
|
|
1816
1819
|
enables AI assistants and other tools to interact with Bit via the Model Context Protocol.
|
|
1817
1820
|
provides a standardized interface for AI agents to execute Bit commands and access component information.
|
|
1818
1821
|
allows writing custom instructions and rules to guide AI agents in their interactions with Bit.
|
package/dist/cli-reference.json
CHANGED
|
@@ -5009,7 +5009,7 @@
|
|
|
5009
5009
|
]
|
|
5010
5010
|
],
|
|
5011
5011
|
"description": "start Model Context Protocol server for AI assistants",
|
|
5012
|
-
"extendedDescription": "
|
|
5012
|
+
"extendedDescription": "NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.\nsee setup instructions for each agent at https://bit.cloud/docs/connect.\n\nenables AI assistants and other tools to interact with Bit via the Model Context Protocol.\nprovides a standardized interface for AI agents to execute Bit commands and access component information.\nallows writing custom instructions and rules to guide AI agents in their interactions with Bit.",
|
|
5013
5013
|
"group": "advanced",
|
|
5014
5014
|
"private": false,
|
|
5015
5015
|
"commands": [
|