Skip to content

docs: add AdaL CLI installation instructions#150

Open
Abdulrahmansoliman wants to merge 1 commit intobrowserbase:mainfrom
Abdulrahmansoliman:adal/cli-docs
Open

docs: add AdaL CLI installation instructions#150
Abdulrahmansoliman wants to merge 1 commit intobrowserbase:mainfrom
Abdulrahmansoliman:adal/cli-docs

Conversation

@Abdulrahmansoliman
Copy link

@Abdulrahmansoliman Abdulrahmansoliman commented Feb 25, 2026

Summary

This PR adds AdaL CLI setup instructions to the Browserbase MCP Server documentation, giving users another option to connect to the server alongside Cursor and other MCP clients.

What's Changed

Added AdaL CLI installation commands in three sections of README.md:

  1. Quickstarts section — New "Add to AdaL CLI" subsection after "Add to Cursor", covering both SHTTP and STDIO transports
  2. SHTTP configuration section — AdaL CLI command using --transport http
  3. STDIO NPM configuration section — AdaL CLI command using --command npx with --args and --env flags
  4. Client mention — Updated "Reload your MCP client" line to mention AdaL CLI alongside Claude

AdaL CLI Commands Added

SHTTP (recommended):

/mcp add browserbase --transport http --url your-smithery-url.com

STDIO:

/mcp add browserbase --command npx --args "-y,@browserbasehq/mcp-server-browserbase" --env "BROWSERBASE_API_KEY=<your-api-key>,BROWSERBASE_PROJECT_ID=<your-project-id>,GEMINI_API_KEY=<your-gemini-key>"

What is AdaL CLI?

AdaL CLI is a unified terminal-based AI agent built by SylphAI that supports MCP server integration. Users can connect to any MCP server using the /mcp add command with support for both STDIO and HTTP/SSE transports.

📖 AdaL CLI MCP Documentation

Checklist

  • No existing documentation was modified or removed
  • AdaL CLI is placed as the last entry in each relevant section
  • Markdown formatting matches the existing style
  • Commands tested locally and verified working

🌸 Generated with AdaL

Copilot AI review requested due to automatic review settings February 25, 2026 19:27
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 25, 2026

Greptile Summary

Added AdaL CLI installation instructions to the README in three locations: quickstarts section, SHTTP configuration section, and STDIO NPM configuration section. The documentation provides commands for both SHTTP and STDIO transports, following the same pattern as existing Cursor installation instructions.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Documentation-only change that adds clear installation instructions for AdaL CLI without modifying any existing code or documentation
  • No files require special attention

Important Files Changed

Filename Overview
README.md Added AdaL CLI installation instructions in three sections with SHTTP and STDIO transport options

Last reviewed commit: 05ac238

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds AdaL CLI setup instructions to the Browserbase MCP Server README so users can connect via AdaL CLI in addition to existing MCP client options.

Changes:

  • Added a new “Add to AdaL CLI” quickstart with both SHTTP and STDIO examples.
  • Added AdaL CLI command examples to the SHTTP configuration section.
  • Added AdaL CLI command examples to the STDIO (NPM) configuration section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

README.md Outdated
Comment on lines +55 to +63
```bash
/mcp add browserbase --transport http --url your-smithery-url.com
```

Using STDIO:

```bash
/mcp add browserbase --command npx --args "-y,@browserbasehq/mcp-server-browserbase" --env "BROWSERBASE_API_KEY=<your-api-key>,BROWSERBASE_PROJECT_ID=<your-project-id>,GEMINI_API_KEY=<your-gemini-key>"
```
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The /mcp ... lines appear to be commands entered inside the AdaL CLI prompt, not in a system shell. Marking these blocks as bash (and using <...> placeholders) is likely to mislead users into pasting into a shell where /mcp won’t exist and <your-api-key> will be treated as input redirection. Consider changing the fenced block language to text/console and add a short note like “Run in AdaL CLI” above the command.

Copilot uses AI. Check for mistakes.
README.md Outdated

Using AdaL CLI:

```bash
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern here: this fenced block is labeled as bash, but /mcp add ... is an AdaL CLI command (and the URL placeholder isn’t a valid shell command either). To avoid copy/paste failures, consider using text/console and explicitly stating the command is to be run inside AdaL CLI.

Suggested change
```bash
```text
# Run this inside the AdaL CLI prompt:

Copilot uses AI. Check for mistakes.
README.md Outdated
Comment on lines +134 to +136
Using AdaL CLI:

```bash
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue for the STDIO example: fenced as bash but uses AdaL CLI’s /mcp command plus <...> placeholders that would break if pasted into a shell. Suggest switching the code fence language to text/console and clarifying it’s run within AdaL CLI.

Suggested change
Using AdaL CLI:
```bash
Using AdaL CLI (run this inside AdaL CLI):
```console

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants