-
Notifications
You must be signed in to change notification settings - Fork 49
Adding MySQL Support/Tools [POSTFIX] #21
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
base: main
Are you sure you want to change the base?
Conversation
src/dbtools-mcp-server/README.md
Outdated
- HeatWave AutoML syntax reference helper | ||
- Create HeatWave vector store from objects in Object Store | ||
- [NOTE] MySQL AI is not compatible with DBTools MCP Server | ||
- [NOTE] MySQL MCP Server requires less configuration and is recommended for new MySQL HeatWave AI users |
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.
[NOTE] MySQL MCP Server relies on MySQL connector python and is recommended for new MySQL HeatWave or MySQL AI users
src/mysql-mcp-server/README.md
Outdated
## Overview | ||
|
||
`mysql_mcp_server.py` is a FastMCP-based server that provides tools for managing MySQL connections, executing SQL, using MySQL AI ML/AI features, and working with OCI Object Storage. | ||
`mysql_mcp_server.py` is a FastMCP-based server that provides tools for managing MySQL connections, executing SQL, using MySQL AI or MySQL HeatWave ML/GenAI features, and working with OCI Object Storage. MySQL MCP Server is the recommended server to get started with HeatWave AI and the only server in this repo that supports MySQL AI. |
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.
MySQL MCP Server is the recommended server to get started with MySQL HeatWave or MySQL AI and the only server in this repo that supports MySQL AI.
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.
Left a couple of minor comments
6b4a2e9
to
b368eec
Compare
Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
578239b
to
63b0ffb
Compare
Update README with suggested MCP server usage suggestions and additional supported MCP tool. Signed-off-by: Gregory Howe <gregory.s.howe@gmail.com>
63b0ffb
to
dd198b5
Compare
Update README with suggested MCP server usage suggestions and additional supported MCP tool.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # 15
Type of change
Please delete options that are not relevant.
Checklist: