@teambit/cli-mcp-server 0.0.7 → 0.0.8
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/README.docs.mdx
CHANGED
|
@@ -139,16 +139,6 @@ In default mode, the server exposes a focused set of essential Bit CLI commands
|
|
|
139
139
|
|
|
140
140
|
### Consumer Project Mode (--consumer-project)
|
|
141
141
|
|
|
142
|
-
This mode is designed for non-Bit workspaces that only consume Bit component packages. It exposes a minimal set of tools needed for interacting with remote Bit components:
|
|
143
|
-
|
|
144
|
-
- `bit_schema`: Retrieve component API schema from remote scopes
|
|
145
|
-
- `bit_show`: Display component information
|
|
146
|
-
- `bit_remote_search`: Search for components in remote scopes
|
|
147
|
-
|
|
148
|
-
This mode is perfect for projects that use Bit components as dependencies but don't develop or manage Bit components themselves. It provides access to component documentation, API schemas, and search capabilities without the overhead of full workspace management tools.
|
|
149
|
-
|
|
150
|
-
### Consumer Project Mode (--consumer-project)
|
|
151
|
-
|
|
152
142
|
This mode is designed for applications or projects that are not Bit workspaces but need to consume or work with Bit components as packages. It provides a minimal set of tools focused on component discovery and information:
|
|
153
143
|
|
|
154
144
|
- `bit_schema`: Retrieves component API schema from remote scopes (automatically adds `--remote` flag)
|
package/dist/README.docs.mdx
CHANGED
|
@@ -139,16 +139,6 @@ In default mode, the server exposes a focused set of essential Bit CLI commands
|
|
|
139
139
|
|
|
140
140
|
### Consumer Project Mode (--consumer-project)
|
|
141
141
|
|
|
142
|
-
This mode is designed for non-Bit workspaces that only consume Bit component packages. It exposes a minimal set of tools needed for interacting with remote Bit components:
|
|
143
|
-
|
|
144
|
-
- `bit_schema`: Retrieve component API schema from remote scopes
|
|
145
|
-
- `bit_show`: Display component information
|
|
146
|
-
- `bit_remote_search`: Search for components in remote scopes
|
|
147
|
-
|
|
148
|
-
This mode is perfect for projects that use Bit components as dependencies but don't develop or manage Bit components themselves. It provides access to component documentation, API schemas, and search capabilities without the overhead of full workspace management tools.
|
|
149
|
-
|
|
150
|
-
### Consumer Project Mode (--consumer-project)
|
|
151
|
-
|
|
152
142
|
This mode is designed for applications or projects that are not Bit workspaces but need to consume or work with Bit components as packages. It provides a minimal set of tools focused on component discovery and information:
|
|
153
143
|
|
|
154
144
|
- `bit_schema`: Retrieves component API schema from remote scopes (automatically adds `--remote` flag)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
;
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mcp_cli-mcp-server@0.0.
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mcp_cli-mcp-server@0.0.8/dist/README.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/cli-mcp-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/mcp/cli-mcp-server",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.mcp",
|
|
8
8
|
"name": "cli-mcp-server",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.8"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"zod": "^3.24.4",
|