Commit Graph

18 Commits

Author SHA1 Message Date
3a182fd265 feat(project): explicitely add --project to save information in /mc-config across run.
Containers are now isolated by default.
2025-04-04 17:16:26 -06:00
b1aa415dde fix(goose): always update the file 2025-04-02 16:55:33 -06:00
5b9713dc2f feat(llm): add default model/provider to auto configure the driver (#7) 2025-04-03 00:11:53 +02:00
9e742b439b feat(goose): update config using uv script with pyyaml (#6) 2025-04-02 23:27:37 +02:00
cfa7dd647d fix(goose): ensure configuration is run as user 2025-04-01 19:37:58 -06:00
30c6b995cb chore: remove unnecessary output 2025-04-01 17:11:14 -06:00
f32b3dd269 fix(ssh): do not enable ssh automatically 2025-04-01 17:08:52 -06:00
a74251b119 fix(uid): use symlink instead of volume for persistent volume in the container 2025-04-01 17:01:25 -06:00
33d90d0531 feat(run): add --run command 2025-04-01 09:54:16 -06:00
a51115a45d feat(mc): support for uid/gid, and use default current user 2025-04-01 09:54:16 -06:00
0d75bfc3d8 feat(mcp): ensure inner mcp environemnt variables are passed 2025-04-01 09:54:16 -06:00
7805aa720e feat(goose): auto add mcp server to goose configuration when starting a session 2025-03-25 23:48:08 +01:00
16f59b1c40 feat(goose): optimize init status 2025-03-25 23:20:19 +01:00
028bd26cf1 fix(goose): add ping, nano and vim to the default image 2025-03-11 22:35:02 -06:00
7649173d6c fix(goose): install latest goose version, do not use pip 2025-03-11 20:33:27 -06:00
307eee4fce refactor: move drivers directory into mcontainer package
- Relocate goose driver to mcontainer/drivers/
- Update ConfigManager to dynamically scan for driver YAML files
- Add support for mc-driver.yaml instead of mai-driver.yaml
- Update Driver model to support init commands and other YAML fields
- Auto-discover drivers at runtime instead of hardcoding them
- Update documentation to reflect new directory structure
2025-03-11 20:12:05 -06:00
354834fff7 fix(cli): rename MAI->MC 2025-03-11 10:41:27 -06:00
64430830d8 feat(cli): phase 1 - local cli with docker integration 2025-03-10 21:08:48 -06:00