Commit Graph

6 Commits

Author SHA1 Message Date
AJ
dafc1d6866 chore: update Microsoft.Extensions.Hosting to 10.0.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 14:24:05 -05:00
AJ
0094b5ea56 docs: add CLAUDE.md for Claude Code guidance
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 14:23:58 -05:00
01013b90c6 chore: add .gitignore for Visual Studio and .NET
Ignore build outputs, Visual Studio files, NuGet packages,
and other common artifacts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:43:53 -05:00
01c6c3f0ec feat: implement MCP server with Outlook email search tools
Add EmailSearchTools with two MCP tools:
- SearchEmails: Search by keywords, sender, subject, date range,
  attachments, importance, category, and flag status with pagination
- ReadEmail: Retrieve full email body by subject and date

Configure MCP server with stdio transport in Program.cs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:43:26 -05:00
b2fd117b83 feat: add email result and search filter models
Add EmailResult class for holding email search results with
subject, sender, date, body preview, attachments, and metadata.
Add SearchFilters for encapsulating search criteria.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:42:59 -05:00
ccc7aeb972 feat: add solution and project configuration
Set up .NET 9.0 Windows project with MCP server dependencies
(ModelContextProtocol, NetOfficeFw.Outlook) for Outlook email search.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:42:33 -05:00