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 d1e6d2c commit dd9f5faCopy full SHA for dd9f5fa
README.md
@@ -37,14 +37,12 @@ Search [CAP documentation](https://cap.cloud.sap) for:
37
38
## Setup
39
40
-To use the CAP MCP server, install the npm package `@cap-js/mcp-server` globally:
41
-
42
```sh
43
-npm i -g @cap-js/mcp-server # provides the cds-mcp command
44
45
-cds-mcp # starts the CAP MCP Server
+npm i -g @cap-js/mcp-server
46
```
47
+This will provide the command `cds-mcp` to start the CAP MCP server.
+
48
## Usage
49
50
Configure your MCP client (Claude Code, opencode, and so on) to start the server with command `cds-mcp`.
0 commit comments