feat: tag outgoing data-fair API calls with a /mcp referer#2
Merged
Conversation
3fb788b to
fc1e7a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tag outgoing calls to the data-fair API with a
Referer: <baseUrl>/mcpheader — but only when the MCP is self-hosted as part of the data-fair stack (noportalUrlconfigured, origin resolved fromX-Forwarded-*headers). In standalone mode (PORTAL_URLset, connecting to a remote data-fair) noRefereris sent.Why: a companion metrics-classification feature (data-fair/metrics) buckets API traffic by referer; this lets our own hosted MCP server's traffic land in the "mcp" bucket instead of a generic "other" one. We only want to tag traffic to our own instances, not inject a referer into third-party data-fair instances reached in standalone mode.
Heads-up:
buildAxiosOptionsnow takesbaseUrl: stringinstead of raw headers — all 7 call sites across 6 tool files were updated accordingly.