You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add fallback logic to locate docker-compose.yml in alternative paths
- Update installation script to copy file to scripts directory
- Add troubleshooting documentation for the issue
- Mark TASK-021 as resolved
The installation process is failing when users try to run the `files-db-mcp` command. The script is unable to find the docker-compose.yml file at the expected location.
@@ -29,11 +29,22 @@ The command should start the files-db-mcp service without errors.
29
29
### Root Cause
30
30
After the repository reorganization (TASK-019 and TASK-020), the paths in the installation scripts weren't properly updated to reflect the new file structure.
31
31
32
-
### Priority
33
-
High - This affects all new users trying to use the tool.
32
+
### Fix Implemented
33
+
1. Added a fallback mechanism in `scripts/run.sh` to check for docker-compose.yml in the base directory and the `.files-db-mcp` directory
34
+
2. Modified the installation script to copy docker-compose.yml to the scripts directory
35
+
3. Updated troubleshooting documentation with a manual fix for existing installations
34
36
35
-
### Assigned to
37
+
### Verification
38
+
The fix has been tested with a fresh installation and works correctly. Existing installations can be fixed by manually copying the docker-compose.yml file to the scripts directory:
0 commit comments