Better way to log function output and make it redable for LLM

Hi,

I have been writing a lot of functions, thanks to AI-FDE, and the MCP server that I can configure with my IDE

With the current tools, its become easy to write, commit, wait for CI/Checks and fix the function

once the function is working, I can publish it (tag it ) then use is with front end

when I have to debug a function that is exposed as a function or a action, I can check the logs in workflow tool, that shows the logs if I add logging to the function

But how Im trying to figure out if there is a mcp function where I can prompt the following in my IDE or AI-FDE or continue to say

” check the recent logs for action “create-User” and tell me what input was received and what action really happened ? “

1 Like