Skip to content

Conversation

@DavidRamosSal
Copy link
Contributor

No description provided.

Copy link
Member

@vuvova vuvova left a comment

Choose a reason for hiding this comment

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

let's fix urls in readme to refer to the new repo, and server versions to refer to the LTS branch

curl -LsSO https://r.mariadb.com/downloads/mariadb_repo_setup
echo "c4a0f3dade02c51a6a28ca3609a13d7a0f8910cccbb90935a2f218454d3a914a mariadb_repo_setup" | sha256sum -c -
chmod +x mariadb_repo_setup
sudo ./mariadb_repo_setup --mariadb-server-version="mariadb-11.7"
Copy link
Member

Choose a reason for hiding this comment

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

11.8

Dockerfile Outdated
RUN curl -LsSO https://r.mariadb.com/downloads/mariadb_repo_setup && \
echo "c4a0f3dade02c51a6a28ca3609a13d7a0f8910cccbb90935a2f218454d3a914a mariadb_repo_setup" | sha256sum -c - && \
chmod +x mariadb_repo_setup && \
./mariadb_repo_setup --mariadb-server-version="mariadb-11.7" && \
Copy link
Member

Choose a reason for hiding this comment

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

11.8

README.md Outdated
> **Note:** From here on, it is assumed that you have a running MariaDB instance with vector support (version **11.7** or higher). If you don't have one, you can quickly spin up a MariaDB instance using Docker:
>
> ```bash
> docker run -p 3306:3306 --name mariadb-instance -e MARIADB_ROOT_PASSWORD=password -e MARIADB_DATABASE=database_name mariadb:11.7
Copy link
Member

Choose a reason for hiding this comment

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

11.8

README.md Outdated
First clone the repository:

```bash
git clone https://github.com/DavidRamosSal/mcp-server-mariadb-vector.git
Copy link
Member

Choose a reason for hiding this comment

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

git clone https://github.com/MariaDB/mcp mcp-server-mariadb-vector

README.md Outdated

### Requirements for running the server using uv

- MariaDB Connector/C - [installation instructions](https://mariadb.com/docs/server/connect/programming-languages/c/install)
Copy link
Member

Choose a reason for hiding this comment

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

@DavidRamosSal
Copy link
Contributor Author

It seems like there is no 11.8 image on dockerhub, should I refer to 11.8-rc?

@robertsilen
Copy link

It seems like there is no 11.8 image on dockerhub, should I refer to 11.8-rc?

ping @vuvova

@vuvova
Copy link
Member

vuvova commented May 15, 2025

It seems like there is no 11.8 image on dockerhub, should I refer to 11.8-rc?

Sorry, I was traveling.
Yes, let's keep it 11.7 then. 11.8 was supposed to be release last week, but is a bit delayed. We'll change to 11.8 later

EDIT: oh, you've changed it already, never mind then, no need to change back and forth

@vuvova vuvova merged commit d264e04 into MariaDB:main May 15, 2025
mariadb-RyanKillea pushed a commit to mariadb-RyanKillea/mcp that referenced this pull request Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants