-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: notion cookbook #8074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: notion cookbook #8074
Conversation
✅ Review Complete Likely cause: Expired CONTINUE_API_KEY or missing continuedev/review-bot assistant 📋 View workflow logs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="docs/guides/notion-continue-cookbook.mdx">
<violation number="1" location="docs/guides/notion-continue-cookbook.mdx:132">
This command sends the Notion integration token without the required `Bearer` scheme, so the MCP connection will be rejected. Update the header to `Authorization: Bearer $NOTION_MCP_TOKEN`.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
✅ Review Complete Code Review Summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="docs/guides/notion-continue-guide.mdx">
<violation number="1" location="docs/guides/notion-continue-guide.mdx:260">
The example command leaves the opening double quote unclosed, so users copying it will hit an unterminated-string error. Add the closing quote at the end of the final step.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this forward and circle back on improving the MCP based on the feedback in slack
Description
This pull request adds comprehensive documentation for integrating Notion with the Continue CLI, including examples to automate documentation, task management, and workflow processes using natural language prompts.
AI Code Review
@continue-review
Checklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Added a Notion + Continue cookbook that shows how to use the Notion MCP with the Continue CLI to automate docs, tasks, and workflows in Notion. Updated the docs index and overview to surface the new guide.