Skip to content

Commit 68cb92f

Browse files
authored
fix: list_templates tool (#209)
* fix: list_templates tool * revert
1 parent 75afd5d commit 68cb92f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/deepset_mcp/mcp/tool_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ async def search_docs(query: str) -> str:
187187
needs_client=True,
188188
needs_workspace=True,
189189
memory_type=MemoryType.EXPLORABLE,
190-
custom_args={"field": "created_at", "order": "DESC", "limit": 100},
191190
),
192191
),
193192
"get_template": (

0 commit comments

Comments
 (0)