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: designcomputer/mysql_mcp_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: designcomputer/mysql_mcp_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 2 files changed
  • 5 contributors

Commits on Apr 19, 2025

  1. Update README.md

    Add PyPI - Downloads badge to README.md
    designcomputer authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    c647e40 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. feat: add charset and collation settings for compatibility with older…

    … MySQL versions (#56)
    
    Co-authored-by: azrilaiman03 <[email protected]>
    azrilaiman2003 and azrilaiman03 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    9966700 View commit details
    Browse the repository at this point in the history
  2. Add MseeP.ai badge to README (#47)

    Added an MseeP.ai security audit badge to the readme file.
    lwsinclair authored May 30, 2025
    Configuration menu
    Copy the full SHA
    8cc23f1 View commit details
    Browse the repository at this point in the history
  3. Supplement the missing parentheses in the mcp.json example (#45)

    Added a missing parentheses in the mcp.json example.
    linauror authored May 30, 2025
    Configuration menu
    Copy the full SHA
    8b93056 View commit details
    Browse the repository at this point in the history
  4. Moved MseeP audit badge in README.md

    Moved MseeP audit badge in README.md
    designcomputer authored May 30, 2025
    Configuration menu
    Copy the full SHA
    0a13135 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Update README.md Remove MYSQL_CHARSET & MYSQL_COLLATION attributes

    These attributes are optional and only for use with MySQL 5.7 and earlier. They are also only available in the development version, not the release version. So I'll remove them from the documentation until I've done further testing.
    
    MYSQL_CHARSET=utf8mb4
    MYSQL_COLLATION=utf8mb4_unicode_ci
    designcomputer authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    0054c37 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

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