We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0f073 commit a074f63Copy full SHA for a074f63
packages/cli/README.md
@@ -1,7 +1,35 @@
1
-## Langbase CLI
+# Langbase CLI
2
3
Langbase CLI is a command line interface for Langbase. It allows you to interact with Langbase from the command line.
4
5
-## Documentation
+# Documentation
6
7
Please follow the [Langbase documentation](https://langbase.com/docs) for the latest information.
8
+
9
+## Installation
10
11
+```bash
12
+npm install -g @langbase/cli
13
+```
14
15
+# Usage
16
17
+### DOCS MCP Server
18
19
+Integrate the Langbase Docs MCP server into Cursor IDE.
20
21
+#### Cursor
22
23
24
+{
25
+ "mcpServers": {
26
+ "Langbase": {
27
+ "command": "npx",
28
+ "args": ["@langbase/cli","docs-mcp-server"]
29
+ }
30
31
+}
32
33
34
35
0 commit comments