Skip to content

Releases: nolleh/mcp-vertica

v0.1.14

04 Oct 02:17

Choose a tag to compare

v0.1.14 - Documentation and Metadata Improvements

📝 Documentation Updates

This release clarifies that mcp-vertica is the original and first implementation of a Vertica MCP server for Model Context Protocol.

What Changed:

  • ✅ Added project status badges (PyPI, Downloads, MCP Community)
  • ✅ Confirmed listing in MCP Official Registry
  • ✅ Enhanced PyPI metadata with keywords, classifiers, and project URLs
  • ✅ Improved README to highlight first-mover status and production features

Why This Matters:

Since our initial release, several derivative projects have emerged through forking or porting to other languages. While we fully embrace open source and welcome derivatives under MIT License, we want users to understand the project landscape:

  • Original Implementation: mcp-vertica was first to market
  • Production Ready: Built with enterprise features from day one
  • Active Maintenance: Continuous improvements and community support
  • Proper Attribution: Transparent about origins and dependencies

Our Commitment:

We continue focusing on what matters most:

  • 🚀 Innovation and new features
  • 🔒 Security and reliability
  • 📚 Comprehensive documentation
  • 🤝 Community support

Users should choose tools based on features, maintenance, and fit for their needs. We're confident in delivering the best Vertica MCP experience.


MIT License allows derivatives - we encourage innovation while maintaining transparency.

v0.1.13

04 Oct 01:43

Choose a tag to compare

Added docs for PyPi

v0.1.12

04 Oct 01:14

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.12

Features

  • streamable http
  • add capability to pass additional argument when using docker container, which was already possible in python running

Improvement

  • modified docker file for faster build, by using uv.
  • some redundant env / arg set is centralized and refined
  • add docs and docker compose to show example to help users understand using of mcp-vertica as container

v0.1.4

03 Aug 13:45

Choose a tag to compare

There was a problem when password is empty. and fixed version compatibility issue in pydantic.
If you have suffered from connection problem, this issue would fix the issue

v0.1.3

30 May 14:13

Choose a tag to compare

Modified

  1. Removed verbose messages.
  2. When Vertica_ssl is false, set tlsmode as disable

v0.1.2

12 May 12:26

Choose a tag to compare

Modified

  • Made server runnable without establish connection to Vertica DB (initialization for pool fail situation) --> to avoid verbose error / to remove MCP client's complain to unable to connect.

v0.1.1

10 May 17:47

Choose a tag to compare

First Release