Summary:
When I index a specific repository in codebase-memory-mcp from VS Code, it appears to index C:/Users/{USERNAME} instead of the selected repository directory.
Why this matters:
This can unintentionally ingest unrelated local files outside the target repository, which is a privacy/security concern.
Environment:
- OS: Windows
- Install method: PowerShell installer
- Client: VS Code (MCP integration)
- Repository intended for indexing: specific workspace folder only
Steps to reproduce:
- Install codebase-memory-mcp via PowerShell setup on Windows.
- Use it in VS Code MCP.
- Run index on a specific repository path.
- Check resulting indexed project scope/name/content.
Expected behavior:
Only the provided repository directory is indexed.
Actual behavior:
Indexing scope resolves to C:/Users/{USERNAME} (or appears to include that directory), not just the selected repository.
Impact:
Potential accidental indexing of sensitive local data outside the intended repo.
Summary:
When I index a specific repository in codebase-memory-mcp from VS Code, it appears to index C:/Users/{USERNAME} instead of the selected repository directory.
Why this matters:
This can unintentionally ingest unrelated local files outside the target repository, which is a privacy/security concern.
Environment:
Steps to reproduce:
Expected behavior:
Only the provided repository directory is indexed.
Actual behavior:
Indexing scope resolves to C:/Users/{USERNAME} (or appears to include that directory), not just the selected repository.
Impact:
Potential accidental indexing of sensitive local data outside the intended repo.