Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.41 KB

File metadata and controls

33 lines (27 loc) · 1.41 KB

AGENTS Development Guidelines

  • This project uses MySQL MCP with the latest stable version of Node.js.

Feature & Code Changes

  • For any new feature, fix, or enhancement:
    • Update DOCUMENTATIONS.md first.
    • Update README.md if the change is user-facing.
    • Always increment the version number in package.json after the task is completed.
    • Add an entry to CHANGELOG.md for every version change.
    • Update Last Updated README.md with the current date and time and use format YYYY-MM-DD HH:MM:SS
    • Update the total tools count if there is any addition or removal of tools in DOCUMENTATIONS.md or README.md
    • Every time you added a new tool or modify the existing tool or remove the tool, you must update in mcp-server.ts file.

Documentation Rules

  • 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.

Versioning Rules

  • Increment the version in package.json when:
    • A new feature is added
    • A bug is fixed
    • Documentation is updated
    • Any production code is modified

Testing & Cleanup

  • Any temporary or test files created during development must be removed after testing is completed.

Publishing Rules

  • Before publishing to npmjs:
    • Ensure the dist-tag is set to latest
    • Verify the version number matches CHANGELOG.md