Rafael Dani
Rafael Dani
Hello everyone! Since the MCP specification does not yet provide for this use case, I was able to solve the problem by creating an Advisor that adds the context to...
@cidd04 This approach is indeed prone to prompt injection, as the user can send this information in the message and the AI uses it instead of the data added by...
Hello! I'm testing a second way to pass context information to the function, which I believe removes the prompt inject problem. I am doing it as follows. On the server...