When running search_code via CLI, I am getting a temp file error
PS drive:/path/to/project> codebase-memory-mcp cli search_code '{\"project\": \"my-project-name\", \"pattern\": \"my_function\"}'
level=info msg=mem.init budget_mb=65419 total_ram_mb=130839
{"content":[{"type":"text","text":"search failed: temp file"}],"isError":true}
I was able to confirm the actual function I was looking for, was listed as a Function in the UI tool at http://127.0.0.1:9749/
Codebase Memory Version: 0.5.7
OS Info:
| Name |
Value |
| Edition |
Windows 11 Enterprise |
| Version |
23H2 |
| OS build |
22631.6783 |
Powershell Info:
| Name |
Value |
| PSVersion |
5.1.22621.6345 |
| PSEdition |
Desktop |
| PSCompatibleVersions |
{1.0, 2.0, 3.0, 4.0...} |
| BuildVersion |
10.0.22621.6345 |
| CLRVersion |
4.0.30319.42000 |
| WSManStackVersion |
3.0 |
| PSRemotingProtocolVersion |
2.3 |
| SerializationVersion |
1.1.0.1 |
Note: I am able to replicate this using git-bash as well.
When running
search_codevia CLI, I am getting a temp file errorI was able to confirm the actual function I was looking for, was listed as a
Functionin the UI tool athttp://127.0.0.1:9749/Codebase Memory Version:
0.5.7OS Info:
Powershell Info:
Note: I am able to replicate this using
git-bashas well.