Replies: 2 comments
-
|
And additionally, it seems that packed files, somehow stored in temp space, like /var/folders/wx/_km9mtjj075_1g2_l082567r0000gp/T/repomix/mcp-outputs in my case, are not cleaned up. Every new conversation, touching the same code base results in a new pack_codebase tool call. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Write in the meantime the tool, #756 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MCP server work great, telling him "pack /path/to/my/code", with responding with an outputId. This id is then passed to other tool calls in the same conversation to e.g. grep the code base.
It seems that the packed file stored somewhere as temp-file (?)
Do I need to pack it again in every conversation before I can use it (to get the internal outputId), or can I access already packed file again? And how would I tell the MCP server to do so?
Beta Was this translation helpful? Give feedback.
All reactions