📊 Add Request/Response Mocking and Recording #3

Open
opened 2025-10-10 09:06:20 +02:00 by jack · 0 comments
Owner

🎯 Feature Request

Description

Add support for recording and replaying HTTP interactions.

Proposed Tools

  • start_recording - Record HTTP requests/responses
  • stop_recording - Stop recording and save
  • load_mock - Load mock responses
  • enable_mock_mode - Use mocked responses

Benefits

  • Testing without real API calls
  • Reproducible tests
  • Offline development

🤖 Generated with Claude Code

## 🎯 Feature Request ### Description Add support for recording and replaying HTTP interactions. ### Proposed Tools - `start_recording` - Record HTTP requests/responses - `stop_recording` - Stop recording and save - `load_mock` - Load mock responses - `enable_mock_mode` - Use mocked responses ### Benefits - Testing without real API calls - Reproducible tests - Offline development 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable-mcp/http-mcp#3
No description provided.