Skip to content

Commit 1b5b7d1

Browse files
committed
chore: adapt README
1 parent 7b9736c commit 1b5b7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cds-mcp search_docs "how to add columns to a select statement in CAP Node.js" 1
118118
119119
The server provides these tools for CAP development:
120120

121-
### `search_model` - Compiled Model Search
121+
### `search_model`
122122

123123
This tool performs fuzzy searches against names of definitions from the compiled CDS model (Core Schema Notation).
124124
CDS compiles all your `.cds` files into a unified model representation that includes:
@@ -128,7 +128,7 @@ CDS compiles all your `.cds` files into a unified model representation that incl
128128

129129
The fuzzy search algorithm matches definition names and allows for partial matches, making it easy to find entities like "Books" even when searching for "book".
130130

131-
### `search_docs` - Embedding-Based Documentation Search
131+
### `search_docs`
132132

133133
This tool uses vector embeddings to locally search through preprocessed CAP documentation, stored as embeddings. The process works as follows:
134134

0 commit comments

Comments
 (0)