Commit 3813dac
committed
fix: use request.page instead of getSelectedMcpPage in executeInPageTool
executeInPageTool is a definePageTool handler and should use request.page
to target the correct page, not context.getSelectedMcpPage() which would
apply the wrong throttling settings in multi-page scenarios.1 parent 9ac6239 commit 3813dac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments