CHANGE: Add Bright Data Rapid research chat mode - #10
Open
felixLandlord wants to merge 1 commit into
Open
Conversation
- Add brightdata-rapid-agent chat mode for live web research via Bright Data MCP - Register brightdata HTTP MCP server and API token input in mcp/mcp.json - Document the mode in README.md and chatmodes/README.md
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.
Pull Request
Type of Change
Asset Details
For New/Updated Chat Modes
brightdata-rapid-agent.chatmode.mddiscover,search_engine,scrape_as_markdown,search_engine_batch,scrape_batch,codebase,searchFor New/Updated Prompt Files
Description
Adds a custom chat mode for live web research through the Bright Data MCP server (Rapid mode), plus a sample MCP server entry so users can wire it up easily.
Problem: Copilot often answers current-web questions from stale training data or built-in fetch, which can be blocked, incomplete, or uncitable.
Improvement: This mode requires Bright Data MCP for all live web search and page scraping, grounds claims in tool output with title + URL citations, and keeps workspace file access via
codebase/search.Useful scenarios:
Also registers the
brightdataHTTP MCP server inmcp/mcp.jsonusing a secure${input:brightdata_api_token}prompt (no secrets committed).Testing
description, Rapid tool list + workspace toolschatmodes/brightdata-rapid-agent.chatmode.mdREADME.mdandchatmodes/README.md(alphabetical, install badges in root)mcp/mcp.jsonJSON and that the token uses${input:brightdata_api_token}(password input)Recommended local verification (optional):
brightdataserver +brightdata_api_tokeninput frommcp/mcp.jsoninto workspace/user MCP configExamples
Sample Usage
Expected Behavior
codebase/searchonly for files in the current workspaceQuality Checklist
Compatibility and Standards
Community Value
Related Issues
N/A
Additional Notes
mcp/mcp.jsonis a sample onlyweb_data_*tools are intentionally out of scope for this mode as they are Paid servicesThis change is