Commit b4c984e
authored
fix(ci): unbreak main — drop the unused MCP_SERVER_NAME export (#10195)
dead-exports:check, part of test:ci, is red on a clean main, so every open PR
inherits the failure and none can go green. Third instance of this class after
#9944 and #10109.
#10177 added `export const MCP_SERVER_NAME` in src/mcp/server.ts. Both readers
live in that same file -- the handshake's serverInfo.name and the analytics
property builder -- so the export has no consumer. CHAT_GROUNDING_MCP_SERVER_NAME
in the engine is a separate symbol, not this one re-exported.
No behaviour change: the constant and both call sites are untouched, and its
"one constant so the handshake and the dashboards cannot disagree" rationale
still holds. It is simply module-local now.
Closes #101941 parent f1a0a32 commit b4c984e
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
862 | | - | |
863 | | - | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
864 | 865 | | |
865 | 866 | | |
866 | 867 | | |
| |||
0 commit comments