Skip to content

Commit 81718ac

Browse files
maplenkclaude
andcommitted
docs: add include_connected truncation caps to tool schema
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d44739a commit 81718ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/mcp/mcp.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ static const tool_def_t TOOLS[] = {
240240
"\"string\"},\"name_pattern\":{\"type\":\"string\"},\"qn_pattern\":{\"type\":\"string\"},"
241241
"\"file_pattern\":{\"type\":\"string\"},\"relationship\":{\"type\":\"string\"},\"min_degree\":"
242242
"{\"type\":\"integer\"},\"max_degree\":{\"type\":\"integer\"},\"exclude_entry_points\":{"
243-
"\"type\":\"boolean\"},\"include_connected\":{\"type\":\"boolean\"},\"limit\":{\"type\":"
243+
"\"type\":\"boolean\"},\"include_connected\":{\"type\":\"boolean\",\"description\":"
244+
"\"Include connected node names for up to the first 50 results, capped at 10 names per "
245+
"result.\"},\"limit\":{\"type\":"
244246
"\"integer\",\"description\":\"Max results. Default: "
245247
"unlimited\"},\"offset\":{\"type\":\"integer\",\"default\":0}},\"required\":[\"project\"]}"},
246248

0 commit comments

Comments
 (0)