Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This README provides a brief overview. For comprehensive details, see the [full
> `git remote set-url origin https://github.com/googleapis/mcp-toolbox.git`

> [!NOTE]
> This solution was originally named “Gen AI Toolbox for Databases” (github.com/googleapis/mcp-toolbox) as its initial development predated MCP, but was renamed to align with the MCP compatibility.
> This solution was originally named “Gen AI Toolbox for Databases” (github.com/googleapis/genai-toolbox) as its initial development predated MCP, but was renamed to align with the MCP compatibility.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The phrasing 'align with the MCP compatibility' is redundant; 'align with MCP' or 'for MCP compatibility' is more concise. Additionally, using the full URL with the https:// protocol ensures better link resolution across different markdown renderers.

Also, the PR title Update README.md does not follow the Conventional Commits format required by the repository style guide (e.g., docs: update historical repository URL in README). Please also update the issue reference placeholder Fixes #<issue_number_goes_here> in the PR description.

Suggested change
> This solution was originally named Gen AI Toolbox for Databases” (github.com/googleapis/genai-toolbox) as its initial development predated MCP, but was renamed to align with the MCP compatibility.
> This solution was originally named "Gen AI Toolbox for Databases" (https://github.com/googleapis/genai-toolbox) as its initial development predated MCP, but was renamed for MCP compatibility.
References
  1. PR titles must follow the Conventional Commits format: <type>[optional scope]: <description>. (link)


<!-- TOC ignore:true -->
## Table of Contents
Expand Down
Loading