A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Test, debug, and interact with REST API endpoints. Parameters: method (string - GET, POST, PUT, DELETE, PATCH), endpoint (string - the API endpoint), body (optional object - for POST/PUT requests), headers (optional object - for custom headers).