|
| 1 | +## Summary |
| 2 | + |
| 3 | +<!-- Provide a brief description of what this PR does --> |
| 4 | + |
| 5 | +> **Note:** Inspector V2 is under development to address architectural and UX improvements. See [CONTRIBUTING.md](CONTRIBUTING.md) for information about V2 development. |
| 6 | +
|
| 7 | +## Type of Change |
| 8 | + |
| 9 | +<!-- Mark the relevant option with an "x" --> |
| 10 | + |
| 11 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 12 | +- [ ] New feature (non-breaking change that adds functionality) |
| 13 | +- [ ] Documentation update |
| 14 | +- [ ] Refactoring (no functional changes) |
| 15 | +- [ ] Test updates |
| 16 | +- [ ] Build/CI improvements |
| 17 | + |
| 18 | +## Changes Made |
| 19 | + |
| 20 | +<!-- Describe the changes in detail. Include screenshots/recordings if applicable --> |
| 21 | + |
| 22 | +## Related Issues |
| 23 | + |
| 24 | +<!-- Link to related issues using #issue_number or "Fixes #issue_number" --> |
| 25 | + |
| 26 | +## Testing |
| 27 | + |
| 28 | +<!-- Describe how you tested these changes, where applicable --> |
| 29 | + |
| 30 | +- [ ] Tested in UI mode |
| 31 | +- [ ] Tested in CLI mode |
| 32 | +- [ ] Tested with STDIO transport |
| 33 | +- [ ] Tested with SSE transport |
| 34 | +- [ ] Tested with Streamable HTTP transport |
| 35 | +- [ ] Added/updated automated tests |
| 36 | +- [ ] Manual testing performed |
| 37 | + |
| 38 | +### Test Results and/or Instructions |
| 39 | + |
| 40 | +<!-- Provide steps for reviewers to test your changes --> |
| 41 | + |
| 42 | +Screenshots are encouraged to share your testing results for this change. |
| 43 | + |
| 44 | +## Checklist |
| 45 | + |
| 46 | +- [ ] Code follows the style guidelines (ran `npm run prettier-fix`) |
| 47 | +- [ ] Self-review completed |
| 48 | +- [ ] Code is commented where necessary |
| 49 | +- [ ] Documentation updated (README, comments, etc.) |
| 50 | + |
| 51 | +## Breaking Changes |
| 52 | + |
| 53 | +<!-- If this is a breaking change, describe the impact and migration path --> |
| 54 | + |
| 55 | +## Additional Context |
| 56 | + |
| 57 | +<!-- Add any other context, screenshots, or information about the PR here --> |
0 commit comments