1602saurab/remote_mcp_server ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python MCP server project that I can run locally and extend later.
I want a clean starter app with a simple entry point in main.py, and a couple of example MCP tools so I can see how it works right away. Please make the code easy to read, keep the structure tidy, and include whatever setup is needed so I can install dependencies and start the server without much fuss.
If there’s anything unclear about the latest MCP docs or best practice for Python, look it up online and use that. I mostly want a working base that can expose a few basic actions, handle requests reliably, and be easy to modify into something more useful later.
Also make sure the project feels complete, with sensible defaults, a clear way to run it, and enough comments or examples that I can understand what each part is doing.
Are you gonna build this?
make sure you review the code using coderabbit