Skip to content

Commit a074f63

Browse files
committed
👌 IMPROVE: README.md updated
1 parent ca0f073 commit a074f63

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

packages/cli/README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
1-
## Langbase CLI
1+
# Langbase CLI
22

33
Langbase CLI is a command line interface for Langbase. It allows you to interact with Langbase from the command line.
44

5-
## Documentation
5+
# Documentation
66

77
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

Comments
 (0)