Command "gh issue create \
  --repo point-topic/point-topic-dev \
  --title "Add email alert tool for urgent bugs and issues" \
  --body "## Feature Description

Add a new tool that allows the MCP agent to send email alerts for urgent bugs or issues directly to the developer.

## Requirements

- Use existing Mailchimp transactional email service (already configured)
- Minimal boilerplate implementation
- Send HTML-formatted emails
- Reference existing implementation in pt-research-app/app/utils/email.server.ts

## Implementation Notes

The pt-research-app already has a working Mailchimp integration:
- API: \`@mailchimp/mailchimp_transactional\`
- Environment variable: \`MAILCHIMP_API_KEY\`
- Example: \`sendDeliverableAlert()\` function sends HTML emails to peter.donaghey@point-topic.com

The tool should provide minimal boilerplate to send HTML emails for:
- Urgent bugs
- Critical issues requiring immediate attention
- Direct notification to developer email

## Acceptance Criteria

- [ ] New email tool callable by the agent
- [ ] Support HTML email formatting
- [ ] Use Mailchimp transactional API
- [ ] Minimal implementation (no unnecessary complexity)
- [ ] Can specify recipient email and subject
- [ ] Works with existing MAILCHIMP_API_KEY" \
  --project "point-topic-dev" \
  --assignee "peterdonaghey" \
  --label "enhancement"" failed with exit code 1.

```
Creating issue in point-topic/point-topic-dev

GraphQL: Could not resolve to a Repository with the name 'point-topic/point-topic-dev'. (repository)
```