From Appendix B: two whole servers, and the two shadow candidates the prefilter would propose, one confirmed and one rejected.
github-mcphigh · coherence 4.8
list_repos, get_repo, create_repo, search_code, list_issues, create_issue, update_issue, get_pull_request, create_pull_request, merge_pull_request
disambiguation 5, naming 5, count 5, completeness 4 (PR review and comments missing, core workflows covered)
utility-toolkitlow · coherence 2.0
process, run, execute, do_thing, helper, transform_data, processV2, handleRequest
disambiguation 1, naming 2, count 3, completeness 2 (process/run/execute/do_thing are indistinguishable)
stats-apishadowed pair
get_stat, query_panel
query_panel (cost 13) is shadowed by get_stat (cost 4): both answer "what is X for player Y", and the cheaper one takes four flat scalars
github-mcpnot at risk
get_repo, search_code
search_code (cost 8) against get_repo (cost 2): costs are asymmetric but the purposes do not overlap