Add Live Tennis MCP server#6945
Open
bensynapse wants to merge 1 commit into
Open
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ben.
|
bensynapse
force-pushed
the
add-livetennis-mcp
branch
from
July 24, 2026 03:29
2e8c49b to
b2916ba
Compare
|
We require contributors to sign our Contributor License Agreement, and we don't have @bensynapse on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
Author
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
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.
Adds the Live Tennis MCP Server as a context-server extension.
Repository: https://github.com/livetennisapi/zed-livetennis-mcp
Real-time tennis for the Zed agent panel — live scores, upcoming matches, results, player profiles and fixtures across ATP, WTA, Challenger and ITF, via the Live Tennis API's MCP server (12 read-only tools). Odds and win-probability tools exist but require a paid plan; the free tier (no card) covers scores/players/fixtures: https://livetennisapi.com/subscribe/free
Implementation notes, per the contributing guidelines:
livetennisapi-mcpnpm package at runtime vianpm_install_package(pinned to latest) and spawns it withnode_binary_path().ContextServerSettingsand passed as an env var to the spawned server; the extension never reads the ambient environment.context_server_configurationis implemented, so an unconfigured user gets setup instructions with a copy-pasteable settings block rather than a bare error.Cargo.lockcommitted, builds clean againstzed_extension_api0.7 onwasm32-wasip2from a fresh clone with--locked.Zed.log,tools/listin ~10ms); tool calls against the installed artifact returned live match data.sort-extensions; forked from a personal account.