-
-
Notifications
You must be signed in to change notification settings - Fork 123
Description
I have some trouble interacting ConPort with or without the RooFlow instructions using Gemini 2.5 pro preview 05-06. I did the setup with the exported system prompt, then run the conport specific installer.
The problem is that the memory is not retrieved or only sometimes(when manually asked) it retrieves specifics but mostly the ones I'm asking for.
"Initialize according to custom instructions" often leads to the model trying to get the info from the server with get_product_context but outright fails because it uses the wrong arguments. Then the failure concludes the subtask:
[CONPORT_INACTIVE] The attempt to retrieve the product context from ConPort failed with a validation error. The server-side tool get_product_context seems to expect arguments under a specific key (raw_args_from_fastmcp) which was not provided in the initial call structure.
As per the task instructions, if any get_* call fails unexpectedly, ConPort memory will not be used for this session.
ConPort memory will not be used for this session. Status: [CONPORT_INACTIVE].
I tried removing the custom instructions and just using the Flow-Architect mode since it already includes the MCP details, but when told Initialize ConPort Memory Strategy it starts to go through all the possible uses of conport, but obviously it's empty I just wanted to initialize it. The projectBrief.md is in my root.
Am i missing something? Maybe its a flow or model problem?