Commit 25dee57
fix: send 'query' instead of member_name/team_name to /member/list and /team/list
Backend input structs (fc-pgy/cmd/server/controller/member/member.go:38-45 and
fc-pgy/cmd/server/controller/team/team.go:311-318) declare the search keyword
field as 'query', not 'member_name'/'team_name'. Our previous payload was
silently dropped, so name-based search returned all members/teams unfiltered.
Wire-only fix; the MCP-side 'name' parameter and tool descriptions are unchanged.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 96978ba commit 25dee57
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments