Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
oddkit | f00e7c0 | Commit Preview URL Branch Preview URL |
Apr 15 2026, 01:56 AM |
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.
Promotes three merged PRs to production:
?consumer=query param as highest-priority consumer identification inparseConsumerLabel()?consumer=yournameAfter merge,
oddkit.klappy.devwill accept?consumer=on all requests, enabling consumer self-identification on platforms that don't support custom HTTP headers (Claude.ai, ChatGPT, ElevenLabs, etc).Note
Low Risk
Low risk: changes only affect telemetry labeling/attribution and documentation, with no impact on core MCP request handling beyond choosing a different consumer label source.
Overview
Enables consumer self-identification via
?consumer=by making it the highest-priority source inparseConsumerLabel()(ahead of headers, MCPclientInfo.name, and User-Agent) and recording its source asquery-param.Updates setup docs (
README.md,docs/CLAUDE-CODE.md) so all example MCP server URLs include?consumer=yournameand explains the optional public leaderboard attribution.Reviewed by Cursor Bugbot for commit f00e7c0. Bugbot is set up for automated code reviews on this repo. Configure here.