shivamchavan01/MCP_FOUNDRY ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that lets me paste in an OpenAPI spec, either by URL or local file, and then automatically turns it into a working MCP server.
I want the app to show me the whole process in a clear dashboard, including the live logs, which tools passed or failed, and whether anything had to be repaired. It should test the generated tools against a mock API first, fix weak spots if needed, and keep trying a few times until it gets a solid result or clearly tells me it needs review. After that, it should save the generated server files and, if I give it my local Codex config path, register the new server there too.
Please make it easy to run locally, with a simple frontend and a backend API, and include a demo that works with the Petstore OpenAPI example. If you need to check current docs or best practices for the tools involved, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit