What's New
@md2do/mcp
build_integration prompt — invoke it from any MCP-connected Claude to generate a ready-to-use prompt for fetching tasks from an external system (Teams, Outlook, Slack, Google Calendar, etc.) and writing valid JSONL ingest files.
Claude: Use the build_integration prompt with source=teams
Supports mode=provider to append a TypeScript SourceProvider skeleton for programmatic integrations.
sources field in list_tasks output — tasks ingested from external sources now include their source IDs in MCP JSON output (e.g. { "teams": "msg-789" }), so Claude can see and use external identifiers.
@md2do/todoist
- Added
TodoistProviderunit tests - Fixed coverage thresholds
Docs
- New page: Integration Builder Prompt
- Updated MCP docs with Building Integrations section
Packages
| Package | Version |
|---|---|
@md2do/core |
0.8.0 |
@md2do/cli |
0.8.0 |
@md2do/config |
0.8.0 |
@md2do/todoist |
0.8.0 |
@md2do/mcp |
0.8.0 |