You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/README.md
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ To install sourceloop-cli, run
9
9
```shell
10
10
npm install @sourceloop/cli
11
11
```
12
+
12
13
Once the above command is executed, you will be able to access the CLI commands directly from your terminal. You can use either `sl` or `arc` as shorthand to run any of the `sourceloop` commands listed below. A sample usage is provided for reference:
This generates a local package in the packages folder of a ARC generated monorepo. This package can then be installed and used inside other modules in the monorepo.
Command that runs an MCP server for the sourceloop CLI, this is not supposed to be run directly, but rather used by the MCP client to interact with the CLI commands.
128
+
129
+
```
130
+
USAGE
131
+
$ sl mcp
132
+
133
+
OPTIONS
134
+
--help show manual pages
135
+
136
+
DESCRIPTION
137
+
Command that runs an MCP server for the sourceloop CLI, this is not supposed to be run directly, but rather used by
138
+
the MCP client to interact with the CLI commands.
139
+
You can use it using the following MCP server configuration:
0 commit comments