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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ cds-mcp search_docs "how to add columns to a select statement in CAP Node.js" 1
118
118
119
119
The server provides these tools for CAP development:
120
120
121
-
### `search_model` - Compiled Model Search
121
+
### `search_model`
122
122
123
123
This tool performs fuzzy searches against names of definitions from the compiled CDS model (Core Schema Notation).
124
124
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
128
128
129
129
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".
0 commit comments