- This project uses MySQL MCP with the latest stable version of Node.js.
- For any new feature, fix, or enhancement:
- Update
DOCUMENTATIONS.mdfirst. - Update
README.mdif the change is user-facing. - Always increment the version number in
package.jsonafter the task is completed. - Add an entry to
CHANGELOG.mdfor every version change. - Update Last Updated
README.mdwith the current date and time and use formatYYYY-MM-DD HH:MM:SS - Update the total tools count if there is any addition or removal of tools in
DOCUMENTATIONS.mdorREADME.md - Every time you added a new tool or modify the existing tool or remove the tool, you must update in
mcp-server.tsfile.
- Update
- Do not create new documentation files.
- All documentation updates must be written to
DOCUMENTATIONS.md. - Keep documentation changes concise and include a datetime if applicable.
- Increment the version in
package.jsonwhen:- A new feature is added
- A bug is fixed
- Documentation is updated
- Any production code is modified
- Any temporary or test files created during development must be removed after testing is completed.
- Before publishing to npmjs:
- Ensure the
dist-tagis set tolatest - Verify the version number matches
CHANGELOG.md
- Ensure the