Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/mcp-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/mcp-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: versionized-mcp-manifest
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 257 files changed
  • 2 contributors

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    f9aca11 View commit details
    Browse the repository at this point in the history
  2. Update mocks.go

    Yuan325 authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    2405de5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Configuration menu
    Copy the full SHA
    f36a456 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. chore: update Tool interface (#3166)

    Update `type Tool interface{}` with the following:
    * Add GetName()
    * Add GetDescription()
    * Add GetAuthRequired()
    * Add GetAnnotations()
    * Remove McpManifest()
    
    The new functions are needed when versionizing the mcpManifest
    generation since it will require those values.
    
    This PR is expected to fail the unit test. Unit test will be resolved in
    the next PR. #3167
    Yuan325 authored May 11, 2026
    Configuration menu
    Copy the full SHA
    40cef0c View commit details
    Browse the repository at this point in the history
Loading