소개
This MCP server bridges the Postman API with the Cursor IDE, streamlining the development workflow for .NET developers. It automates the complex task of migrating API endpoints defined in .NET controllers directly into Postman collections. The server intelligently parses C# controller code, extracts routes, HTTP methods, parameters, and XML comments, then generates corresponding Postman requests, folders, and collections. This integration enhances productivity by enabling seamless management and testing of APIs directly from the IDE, significantly reducing manual effort in API documentation and setup.