Commit 3233f7a
authored
fix: add missing pagination parameters to list_resources tool (#108)
The limit and continue parameters were missing from the MCP tool schema
definition, even though they were already implemented in the backend.
This fix adds the missing parameter definitions to ensure the tool
schema matches the actual implementation.1 parent e906442 commit 3233f7a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments