Add configuration and usage guide for CLI and MCP#602
Add configuration and usage guide for CLI and MCP#602PrzemyslawKlys merged 2 commits intov2-speedygonzalesfrom
Conversation
|
Claude finished @PrzemyslawKlys's task —— View job PR Review: Documentation UpdatesReview Checklist:
Overall AssessmentThis is a well-structured documentation update that significantly improves the project's usability. The new Configuration-and-Usage.md provides comprehensive guidance for the CLI and MCP surfaces, which was clearly needed given the complexity of the profile system. StrengthsDocumentation Quality
Content Organization
Integration with Existing Docs
Security Considerations
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be2a6e4b40
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Docs/Configuration-and-Usage.md
Outdated
|
|
||
| The shared model is implemented in: | ||
|
|
||
| - [MailProfile.cs](C:\Support\GitHub\Mailozaurr\Sources\Mailozaurr.Application\MailProfile.cs) |
There was a problem hiding this comment.
Replace host-specific file links with repo-relative paths
The new guide uses absolute local Windows paths in Markdown links (for example C:\Support\GitHub\Mailozaurr\...), which do not resolve in GitHub, docs renderers, or on contributors’ machines, so readers cannot follow the references to source files. This makes key navigation in the new documentation unreliable in every non-author environment; these links should be changed to repository-relative paths (e.g., Sources/... or Docs/...).
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2-speedygonzales #602 +/- ##
=====================================================
- Coverage 51.13% 51.11% -0.02%
=====================================================
Files 473 473
Lines 31170 31170
Branches 5359 5359
=====================================================
- Hits 15938 15934 -4
- Misses 13268 13271 +3
- Partials 1964 1965 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Addressed the docs review in 30479a1 by converting the new guide's local absolute file links to repo-relative Markdown links so they work correctly on GitHub and for other contributors. |
|
Claude finished @PrzemyslawKlys's task —— View job PR Review: Configuration and Usage DocumentationReview Checklist:
Overall AssessmentThis is a well-structured documentation update that significantly improves the project's usability. The new Configuration-and-Usage.md provides comprehensive guidance for the CLI and MCP surfaces, which was clearly needed given the complexity of the profile system. StrengthsDocumentation Quality
Content Organization
Integration with Existing Docs
Security Considerations
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30479a1fda
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | Kind | Read/Search | Folders | Move/Mark/Delete | Send | Notes | | ||
| |---|---|---|---|---|---| | ||
| | `imap` | Yes | Yes | Yes | No | strong mailbox model | | ||
| | `pop3` | Yes | No real folder model | Delete only style workflows | No | limited mailbox model | |
There was a problem hiding this comment.
Stop listing POP3 mailbox operations as currently supported
This row documents POP3 read/search/delete workflows as available, but the runtime used by CLI/MCP does not register any POP3 read handler (only IMAP/Graph/Gmail are wired in MailApplicationBuilder), so POP3 mail ... operations fail with No read handler is registered for profile kind 'Pop3' from RoutedMailReadService. As written, the guide tells users to set up a workflow that cannot run.
Useful? React with 👍 / 👎.
| | `sendgrid` | No | No | No | Yes | send only | | ||
| | `mailgun` | No | No | No | Yes | send only | | ||
| | `ses` | No | No | No | Yes | send only | |
There was a problem hiding this comment.
Remove SendGrid/Mailgun/SES send claims from current guide
The guide currently presents these kinds as send-capable profiles in the active CLI/MCP model, but only Graph/Gmail/SMTP send handlers are registered in MailApplicationBuilder; routed sends for these kinds hit No send handler is registered for profile kind ... in RoutedMailSendService. This mismatch will cause users following the provider guidance to create profiles that cannot send.
Useful? React with 👍 / 👎.
Summary
Notes