-
Notifications
You must be signed in to change notification settings - Fork 38
Migrate code from my personal repository #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vuvova
left a comment
There was a problem hiding this 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
.github/workflows/test.yml
Outdated
| 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" |
There was a problem hiding this comment.
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" && \ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
It seems like there is no 11.8 image on dockerhub, should I refer to 11.8-rc? |
ping @vuvova |
Sorry, I was traveling. EDIT: oh, you've changed it already, never mind then, no need to change back and forth |
…ng-changes Initial testing changes
No description provided.