Using mcp-agent to update my resume based on a given job description. I used goose to get the repo started and document the instructions below.
-
Install Poetry (if not already installed): Follow the instructions from the official Poetry documentation.
-
Navigate to Your Project Directory:
cd /home/bnoffke/repos/resume_updater -
Install the Python Dependencies:
poetry install
-
Ensure Node.js and npm are Installed: You can download and install them from Node.js official website.
-
Navigate to Your Project Directory (if not already there):
cd /home/bnoffke/repos/resume_updater -
Install the npm Dependencies:
npm install
Run the application using the appropriate commands based on your scripts or project requirements.