Add TestMu AI MCP Server - #1582
Open
rahulj-123 wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 TestMu AI (formerly LambdaTest) hosted MCP server.
Entry
Appended to
docs/browser-automation--web-scraping.md:What an agent can do with it
Category
Browser Automation & Web Scraping, alongside the existing browserstack/mcp-server entry — same problem space (cloud cross-browser/device testing driven by an agent).Metadata sidecar
Also included:
data/server-metadata/github-lambdatest-mcp-server-guide-fefbae92.json.idwas derived with the repo's ownslugFromUrl()frompackages/catalog-builder/src/parseMarkdown.ts(sha256 of the canonicalised URL, first 8 chars). I sanity-checked the implementation by reproducing the existinggithub-browserstack-mcp-server-f30c2998id before generating this one.schemas/server-metadata.schema.json.auth.typeisoauth: the server advertises OAuth 2.1 with PKCE (S256) and aregistration_endpoint, so dynamic client registration works and no pre-registration or stored API key is needed. Discovery metadata is live athttps://mcp.lambdatest.com/.well-known/oauth-authorization-serverand/.well-known/oauth-protected-resource.verification.statusisself_reported— the tool inventory comes from the vendor's own docs; only the OAuth metadata above was independently checked.Checks
lambdatestandtestmu, no hits.parseMarkdownEntries()(name, URL and description all extract correctly).data/catalog.json,data/profiles/) were deliberately left untouched.🤖 Generated with Claude Code