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: Couchbase-Ecosystem/mcp-server-couchbase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Couchbase-Ecosystem/mcp-server-couchbase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: packaging
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 23, 2025

  1. Update project version to 0.2.0 and enhance pyproject.toml

    - Added authors and classifiers to pyproject.toml for better project metadata.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    e162033 View commit details
    Browse the repository at this point in the history
  2. Update project version to 0.2.0-rc.0 and add GitHub Actions workflow …

    …for package build and publish
    
    - Changed version in pyproject.toml to 0.2.0-rc.0 to indicate a release candidate.
    - Introduced a new GitHub Actions workflow for building and publishing the package to PyPI, including steps for linting, installation, and release creation.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    66e7c25 View commit details
    Browse the repository at this point in the history
  3. Update classifiers in pyproject.toml for improved project metadata

    - Changed the classifier from "Database :: MCP Server" to "Topic :: Database" to better categorize the project.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    bc4a339 View commit details
    Browse the repository at this point in the history
  4. Add wheel target configuration in pyproject.toml

    - Introduced a new section for wheel build targets in pyproject.toml, specifying the packages to include during the build process.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c386e21 View commit details
    Browse the repository at this point in the history
  5. Refactor project structure for packaging.

    - Updated `pyproject.toml` to change the script entry point to the new module path and added a new build target for the `src/mcp_couchbase` package.
    - Introduced `__init__.py` in the `src/mcp_couchbase` directory to define it as a package.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c286988 View commit details
    Browse the repository at this point in the history
  6. Rename project and restructure package for Couchbase MCP Server

    - Updated `pyproject.toml` to rename the project from "mcp-couchbase" to "mcp-server-couchbase" and adjusted the script entry point accordingly.
    nithishr committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    6bd25ce View commit details
    Browse the repository at this point in the history
Loading