top | item 43101785

(no title)

1 points| dhoelzgen | 1 year ago

discuss

order

dhoelzgen|1 year ago

I am currently giving Cursor another try to code Elixir apps. Although I am pretty happy with how it evolved, I kept getting annoyed by the agent adding outdated packages, which I manually had to set to the latest version from hex.pm.

To solve this, I built a tiny MCP server, which allows Cursor (or other AI editors supporting MCP) to retrieve current package versions when adding them to the project. It works quite well, so if you are experiencing the same problem, give it a try!