@mohammadhprp/system-prompt 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +35 -0
- package/bin/system-prompt.js +8 -0
- package/framework/README.md +163 -0
- package/framework/agents/README.md +49 -0
- package/framework/agents/backend-architect.md +146 -0
- package/framework/agents/researcher.md +79 -0
- package/framework/agents/reviewer.md +183 -0
- package/framework/agents/security-auditor.md +131 -0
- package/framework/commands/README.md +43 -0
- package/framework/commands/changelog.md +44 -0
- package/framework/commands/commit.md +31 -0
- package/framework/commands/learn.md +24 -0
- package/framework/commands/mr.md +46 -0
- package/framework/commands/pr.md +39 -0
- package/framework/commands/release.md +34 -0
- package/framework/commands/review.md +24 -0
- package/framework/commands/summarize-changes.md +49 -0
- package/framework/mcps/README.md +78 -0
- package/framework/mcps/excalidraw/README.md +37 -0
- package/framework/mcps/excalidraw/capabilities.md +54 -0
- package/framework/mcps/excalidraw/configs/opencode.json +8 -0
- package/framework/mcps/excalidraw/install.md +92 -0
- package/framework/mcps/excalidraw/troubleshooting.md +67 -0
- package/framework/mcps/figma-mcp-go/README.md +51 -0
- package/framework/mcps/figma-mcp-go/capabilities.md +190 -0
- package/framework/mcps/figma-mcp-go/configs/opencode.json +9 -0
- package/framework/mcps/figma-mcp-go/install.md +74 -0
- package/framework/mcps/figma-mcp-go/troubleshooting.md +99 -0
- package/framework/mcps/github-mcp/README.md +51 -0
- package/framework/mcps/github-mcp/capabilities.md +83 -0
- package/framework/mcps/github-mcp/configs/.env.example +1 -0
- package/framework/mcps/github-mcp/configs/opencode.json +13 -0
- package/framework/mcps/github-mcp/install.md +60 -0
- package/framework/mcps/github-mcp/troubleshooting.md +79 -0
- package/framework/mcps/gitlab-mcp/README.md +54 -0
- package/framework/mcps/gitlab-mcp/capabilities.md +216 -0
- package/framework/mcps/gitlab-mcp/configs/.env.example +2 -0
- package/framework/mcps/gitlab-mcp/configs/opencode.json +13 -0
- package/framework/mcps/gitlab-mcp/install.md +99 -0
- package/framework/mcps/gitlab-mcp/troubleshooting.md +116 -0
- package/framework/mcps/jira-mcp/README.md +53 -0
- package/framework/mcps/jira-mcp/capabilities.md +79 -0
- package/framework/mcps/jira-mcp/configs/.env.example +2 -0
- package/framework/mcps/jira-mcp/configs/opencode.json +13 -0
- package/framework/mcps/jira-mcp/install.md +94 -0
- package/framework/mcps/jira-mcp/troubleshooting.md +113 -0
- package/framework/mcps/laravel-boost/README.md +53 -0
- package/framework/mcps/laravel-boost/capabilities.md +92 -0
- package/framework/mcps/laravel-boost/configs/opencode.json +9 -0
- package/framework/mcps/laravel-boost/install.md +106 -0
- package/framework/mcps/laravel-boost/troubleshooting.md +119 -0
- package/framework/mcps/notion-mcp/README.md +58 -0
- package/framework/mcps/notion-mcp/capabilities.md +118 -0
- package/framework/mcps/notion-mcp/configs/opencode.json +9 -0
- package/framework/mcps/notion-mcp/install.md +70 -0
- package/framework/mcps/notion-mcp/troubleshooting.md +95 -0
- package/framework/mcps/playwright-mcp/README.md +50 -0
- package/framework/mcps/playwright-mcp/capabilities.md +149 -0
- package/framework/mcps/playwright-mcp/configs/opencode.json +9 -0
- package/framework/mcps/playwright-mcp/install.md +136 -0
- package/framework/mcps/playwright-mcp/troubleshooting.md +154 -0
- package/framework/mcps/supabase-mcp/README.md +66 -0
- package/framework/mcps/supabase-mcp/capabilities.md +127 -0
- package/framework/mcps/supabase-mcp/configs/opencode.json +9 -0
- package/framework/mcps/supabase-mcp/install.md +85 -0
- package/framework/mcps/supabase-mcp/troubleshooting.md +113 -0
- package/framework/memory/README.md +17 -0
- package/framework/memory/codebase-insights.md +6 -0
- package/framework/memory/user-preferences.md +5 -0
- package/framework/modes/README.md +52 -0
- package/framework/modes/audit.md +88 -0
- package/framework/plugins/README.md +65 -0
- package/framework/plugins/opencode-goal-plugin/README.md +45 -0
- package/framework/plugins/opencode-goal-plugin/capabilities.md +127 -0
- package/framework/plugins/opencode-goal-plugin/install.md +71 -0
- package/framework/plugins/opencode-goal-plugin/troubleshooting.md +112 -0
- package/framework/plugins/ponytail/README.md +44 -0
- package/framework/plugins/ponytail/capabilities.md +112 -0
- package/framework/plugins/ponytail/install.md +77 -0
- package/framework/plugins/ponytail/troubleshooting.md +116 -0
- package/framework/references/standards/api.md +44 -0
- package/framework/references/standards/architecture.md +43 -0
- package/framework/references/standards/database.md +43 -0
- package/framework/references/standards/debugging.md +44 -0
- package/framework/references/standards/documentation.md +43 -0
- package/framework/references/standards/logging.md +43 -0
- package/framework/references/standards/naming.md +43 -0
- package/framework/references/standards/observability.md +43 -0
- package/framework/references/standards/performance.md +43 -0
- package/framework/references/standards/pull-requests.md +43 -0
- package/framework/references/standards/security.md +43 -0
- package/framework/references/standards/testing.md +43 -0
- package/framework/references/templates/adr.md +28 -0
- package/framework/references/templates/api-spec.md +56 -0
- package/framework/references/templates/design-document.md +39 -0
- package/framework/references/templates/incident-report.md +38 -0
- package/framework/references/templates/postmortem.md +41 -0
- package/framework/references/templates/pull-request.md +34 -0
- package/framework/references/templates/runbook.md +48 -0
- package/framework/references/templates/task.md +27 -0
- package/framework/skills/README.md +68 -0
- package/framework/skills/agent-browser/SKILL.md +51 -0
- package/framework/skills/backend-best-practices/SKILL.md +136 -0
- package/framework/skills/backend-best-practices/examples.md +31 -0
- package/framework/skills/backend-best-practices/references/api-design.md +79 -0
- package/framework/skills/backend-best-practices/references/architecture-review.md +77 -0
- package/framework/skills/backend-best-practices/references/database-design.md +78 -0
- package/framework/skills/backend-best-practices/references/debugging.md +76 -0
- package/framework/skills/backend-best-practices/references/observability.md +78 -0
- package/framework/skills/backend-best-practices/references/performance.md +78 -0
- package/framework/skills/backend-best-practices/references/refactoring.md +77 -0
- package/framework/skills/backend-best-practices/references/security.md +80 -0
- package/framework/skills/backend-best-practices/references/testing.md +77 -0
- package/framework/skills/backend-engineer/SKILL.md +76 -0
- package/framework/skills/backend-engineer/examples.md +31 -0
- package/framework/skills/brainstorming/SKILL.md +159 -0
- package/framework/skills/brainstorming/examples.md +49 -0
- package/framework/skills/brainstorming/scripts/frame-template.html +213 -0
- package/framework/skills/brainstorming/scripts/helper.js +167 -0
- package/framework/skills/brainstorming/scripts/server.cjs +723 -0
- package/framework/skills/brainstorming/scripts/start-server.sh +209 -0
- package/framework/skills/brainstorming/scripts/stop-server.sh +120 -0
- package/framework/skills/brainstorming/visual-companion.md +291 -0
- package/framework/skills/brand-guidelines/LICENSE.txt +202 -0
- package/framework/skills/brand-guidelines/SKILL.md +73 -0
- package/framework/skills/code-review/SKILL.md +72 -0
- package/framework/skills/code-review/examples.md +31 -0
- package/framework/skills/design/SKILL.md +399 -0
- package/framework/skills/design/examples.md +34 -0
- package/framework/skills/diagram-design/SKILL.md +485 -0
- package/framework/skills/diagram-design/assets/example-architecture-dark.html +180 -0
- package/framework/skills/diagram-design/assets/example-architecture-full.html +192 -0
- package/framework/skills/diagram-design/assets/example-architecture.html +181 -0
- package/framework/skills/diagram-design/assets/example-bar-dark.html +127 -0
- package/framework/skills/diagram-design/assets/example-bar-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-bar.html +127 -0
- package/framework/skills/diagram-design/assets/example-data-flow-dark.html +143 -0
- package/framework/skills/diagram-design/assets/example-data-flow-full.html +185 -0
- package/framework/skills/diagram-design/assets/example-data-flow.html +143 -0
- package/framework/skills/diagram-design/assets/example-datalake-dark.html +241 -0
- package/framework/skills/diagram-design/assets/example-datalake-full.html +246 -0
- package/framework/skills/diagram-design/assets/example-datalake.html +267 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-dark.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-full.html +88 -0
- package/framework/skills/diagram-design/assets/example-dp-integration.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-dark.html +31 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-full.html +32 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix.html +88 -0
- package/framework/skills/diagram-design/assets/example-er-dark.html +200 -0
- package/framework/skills/diagram-design/assets/example-er-full.html +203 -0
- package/framework/skills/diagram-design/assets/example-er.html +200 -0
- package/framework/skills/diagram-design/assets/example-flowchart-dark.html +154 -0
- package/framework/skills/diagram-design/assets/example-flowchart-full.html +157 -0
- package/framework/skills/diagram-design/assets/example-flowchart.html +154 -0
- package/framework/skills/diagram-design/assets/example-gantt-dark.html +135 -0
- package/framework/skills/diagram-design/assets/example-gantt-full.html +125 -0
- package/framework/skills/diagram-design/assets/example-gantt.html +135 -0
- package/framework/skills/diagram-design/assets/example-high-level-dark.html +249 -0
- package/framework/skills/diagram-design/assets/example-high-level-full.html +245 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-dark.html +272 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-full.html +250 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical.html +323 -0
- package/framework/skills/diagram-design/assets/example-high-level.html +299 -0
- package/framework/skills/diagram-design/assets/example-it-state-dark.html +90 -0
- package/framework/skills/diagram-design/assets/example-it-state-full.html +69 -0
- package/framework/skills/diagram-design/assets/example-it-state.html +128 -0
- package/framework/skills/diagram-design/assets/example-layers-dark.html +121 -0
- package/framework/skills/diagram-design/assets/example-layers-full.html +124 -0
- package/framework/skills/diagram-design/assets/example-layers.html +121 -0
- package/framework/skills/diagram-design/assets/example-line-dark.html +109 -0
- package/framework/skills/diagram-design/assets/example-line-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-line.html +109 -0
- package/framework/skills/diagram-design/assets/example-loop-dark.html +100 -0
- package/framework/skills/diagram-design/assets/example-loop-full.html +137 -0
- package/framework/skills/diagram-design/assets/example-loop-terminal.html +347 -0
- package/framework/skills/diagram-design/assets/example-loop.html +100 -0
- package/framework/skills/diagram-design/assets/example-medallion-dark.html +159 -0
- package/framework/skills/diagram-design/assets/example-medallion-full.html +201 -0
- package/framework/skills/diagram-design/assets/example-medallion.html +159 -0
- package/framework/skills/diagram-design/assets/example-nested-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-nested-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-nested.html +134 -0
- package/framework/skills/diagram-design/assets/example-org-chart-dark.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart-full.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart.html +45 -0
- package/framework/skills/diagram-design/assets/example-process-dark.html +62 -0
- package/framework/skills/diagram-design/assets/example-process-full.html +72 -0
- package/framework/skills/diagram-design/assets/example-process.html +62 -0
- package/framework/skills/diagram-design/assets/example-pyramid-dark.html +117 -0
- package/framework/skills/diagram-design/assets/example-pyramid-full.html +120 -0
- package/framework/skills/diagram-design/assets/example-pyramid.html +117 -0
- package/framework/skills/diagram-design/assets/example-quadrant-consultant.html +164 -0
- package/framework/skills/diagram-design/assets/example-quadrant-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-quadrant-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-quadrant.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar-dark.html +137 -0
- package/framework/skills/diagram-design/assets/example-radar-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar.html +137 -0
- package/framework/skills/diagram-design/assets/example-scatter-dark.html +139 -0
- package/framework/skills/diagram-design/assets/example-scatter-full.html +114 -0
- package/framework/skills/diagram-design/assets/example-scatter.html +139 -0
- package/framework/skills/diagram-design/assets/example-sequence-dark.html +220 -0
- package/framework/skills/diagram-design/assets/example-sequence-full.html +386 -0
- package/framework/skills/diagram-design/assets/example-sequence.html +220 -0
- package/framework/skills/diagram-design/assets/example-state-dark.html +145 -0
- package/framework/skills/diagram-design/assets/example-state-full.html +148 -0
- package/framework/skills/diagram-design/assets/example-state.html +145 -0
- package/framework/skills/diagram-design/assets/example-swimlane-dark.html +170 -0
- package/framework/skills/diagram-design/assets/example-swimlane-full.html +173 -0
- package/framework/skills/diagram-design/assets/example-swimlane.html +170 -0
- package/framework/skills/diagram-design/assets/example-timeline-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-timeline-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-timeline.html +133 -0
- package/framework/skills/diagram-design/assets/example-tree-dark.html +171 -0
- package/framework/skills/diagram-design/assets/example-tree-full.html +174 -0
- package/framework/skills/diagram-design/assets/example-tree.html +171 -0
- package/framework/skills/diagram-design/assets/example-venn-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-venn-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-venn.html +108 -0
- package/framework/skills/diagram-design/assets/icons.html +230 -0
- package/framework/skills/diagram-design/assets/index.html +333 -0
- package/framework/skills/diagram-design/assets/template-dark.html +82 -0
- package/framework/skills/diagram-design/assets/template-full.html +410 -0
- package/framework/skills/diagram-design/assets/template-terminal.html +170 -0
- package/framework/skills/diagram-design/assets/template.html +83 -0
- package/framework/skills/diagram-design/references/export.md +107 -0
- package/framework/skills/diagram-design/references/onboarding.md +268 -0
- package/framework/skills/diagram-design/references/primitive-annotation.md +36 -0
- package/framework/skills/diagram-design/references/primitive-icons.md +821 -0
- package/framework/skills/diagram-design/references/primitive-sketchy.md +43 -0
- package/framework/skills/diagram-design/references/primitive-terminal.md +76 -0
- package/framework/skills/diagram-design/references/style-guide.md +139 -0
- package/framework/skills/diagram-design/references/type-architecture.md +78 -0
- package/framework/skills/diagram-design/references/type-bar.md +48 -0
- package/framework/skills/diagram-design/references/type-data-flow.md +374 -0
- package/framework/skills/diagram-design/references/type-dp-integration.md +410 -0
- package/framework/skills/diagram-design/references/type-dp-security-matrix.md +379 -0
- package/framework/skills/diagram-design/references/type-er.md +23 -0
- package/framework/skills/diagram-design/references/type-flowchart.md +23 -0
- package/framework/skills/diagram-design/references/type-gantt.md +45 -0
- package/framework/skills/diagram-design/references/type-high-level.md +458 -0
- package/framework/skills/diagram-design/references/type-it-state.md +470 -0
- package/framework/skills/diagram-design/references/type-layers.md +26 -0
- package/framework/skills/diagram-design/references/type-line.md +44 -0
- package/framework/skills/diagram-design/references/type-loop.md +223 -0
- package/framework/skills/diagram-design/references/type-medallion.md +356 -0
- package/framework/skills/diagram-design/references/type-nested.md +22 -0
- package/framework/skills/diagram-design/references/type-org-chart.md +44 -0
- package/framework/skills/diagram-design/references/type-process.md +495 -0
- package/framework/skills/diagram-design/references/type-pyramid.md +33 -0
- package/framework/skills/diagram-design/references/type-quadrant.md +81 -0
- package/framework/skills/diagram-design/references/type-radar.md +80 -0
- package/framework/skills/diagram-design/references/type-scatter.md +39 -0
- package/framework/skills/diagram-design/references/type-sequence.md +35 -0
- package/framework/skills/diagram-design/references/type-state.md +21 -0
- package/framework/skills/diagram-design/references/type-swimlane.md +20 -0
- package/framework/skills/diagram-design/references/type-timeline.md +20 -0
- package/framework/skills/diagram-design/references/type-tree.md +24 -0
- package/framework/skills/diagram-design/references/type-venn.md +26 -0
- package/framework/skills/documentation/SKILL.md +74 -0
- package/framework/skills/documentation/examples.md +31 -0
- package/framework/skills/find-skills/SKILL.md +141 -0
- package/framework/skills/find-skills/examples.md +35 -0
- package/framework/skills/gitlab-mcp/SKILL.md +83 -0
- package/framework/skills/gitlab-mcp/examples.md +31 -0
- package/framework/skills/gitlab-mcp/references/code-review.md +110 -0
- package/framework/skills/gitlab-mcp/references/issues.md +141 -0
- package/framework/skills/gitlab-mcp/references/merge-requests.md +120 -0
- package/framework/skills/gitlab-mcp/references/pipelines.md +67 -0
- package/framework/skills/gitlab-mcp/references/search.md +17 -0
- package/framework/skills/gitlab-mcp/references/webhooks.md +32 -0
- package/framework/skills/gitlab-mcp/references/work-items.md +50 -0
- package/framework/skills/jira-mcp/SKILL.md +57 -0
- package/framework/skills/jira-mcp/examples.md +31 -0
- package/framework/skills/jira-mcp/references/comments.md +27 -0
- package/framework/skills/jira-mcp/references/issues.md +97 -0
- package/framework/skills/jira-mcp/references/projects.md +39 -0
- package/framework/skills/laravel-best-practices/SKILL.md +229 -0
- package/framework/skills/laravel-best-practices/examples.md +31 -0
- package/framework/skills/laravel-best-practices/references/advanced-queries.md +106 -0
- package/framework/skills/laravel-best-practices/references/architecture.md +202 -0
- package/framework/skills/laravel-best-practices/references/blade-views.md +36 -0
- package/framework/skills/laravel-best-practices/references/caching.md +70 -0
- package/framework/skills/laravel-best-practices/references/collections.md +44 -0
- package/framework/skills/laravel-best-practices/references/config.md +73 -0
- package/framework/skills/laravel-best-practices/references/db-performance.md +192 -0
- package/framework/skills/laravel-best-practices/references/eloquent.md +148 -0
- package/framework/skills/laravel-best-practices/references/error-handling.md +72 -0
- package/framework/skills/laravel-best-practices/references/events-notifications.md +52 -0
- package/framework/skills/laravel-best-practices/references/http-client.md +160 -0
- package/framework/skills/laravel-best-practices/references/mail.md +27 -0
- package/framework/skills/laravel-best-practices/references/migrations.md +121 -0
- package/framework/skills/laravel-best-practices/references/passport.md +197 -0
- package/framework/skills/laravel-best-practices/references/pennant.md +61 -0
- package/framework/skills/laravel-best-practices/references/pest-testing.md +166 -0
- package/framework/skills/laravel-best-practices/references/pulse.md +196 -0
- package/framework/skills/laravel-best-practices/references/queue-jobs.md +144 -0
- package/framework/skills/laravel-best-practices/references/routing.md +99 -0
- package/framework/skills/laravel-best-practices/references/scheduling.md +39 -0
- package/framework/skills/laravel-best-practices/references/scout.md +176 -0
- package/framework/skills/laravel-best-practices/references/security.md +198 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-backup.md +222 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-permission.md +272 -0
- package/framework/skills/laravel-best-practices/references/spatie-medialibrary.md +672 -0
- package/framework/skills/laravel-best-practices/references/style.md +125 -0
- package/framework/skills/laravel-best-practices/references/tailwindcss.md +112 -0
- package/framework/skills/laravel-best-practices/references/testing.md +43 -0
- package/framework/skills/laravel-best-practices/references/validation.md +75 -0
- package/framework/skills/lavish/SKILL.md +67 -0
- package/framework/skills/lavish/examples.md +31 -0
- package/framework/skills/notion-mcp/SKILL.md +57 -0
- package/framework/skills/notion-mcp/examples.md +31 -0
- package/framework/skills/notion-mcp/references/comments.md +112 -0
- package/framework/skills/notion-mcp/references/databases.md +193 -0
- package/framework/skills/notion-mcp/references/pages.md +235 -0
- package/framework/skills/skill-creator/LICENSE.txt +202 -0
- package/framework/skills/skill-creator/SKILL.md +485 -0
- package/framework/skills/skill-creator/agents/analyzer.md +274 -0
- package/framework/skills/skill-creator/agents/comparator.md +202 -0
- package/framework/skills/skill-creator/agents/grader.md +223 -0
- package/framework/skills/skill-creator/assets/eval_review.html +146 -0
- package/framework/skills/skill-creator/eval-viewer/generate_review.py +471 -0
- package/framework/skills/skill-creator/eval-viewer/viewer.html +1325 -0
- package/framework/skills/skill-creator/examples.md +31 -0
- package/framework/skills/skill-creator/references/schemas.md +430 -0
- package/framework/skills/skill-creator/scripts/__init__.py +0 -0
- package/framework/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
- package/framework/skills/skill-creator/scripts/generate_report.py +326 -0
- package/framework/skills/skill-creator/scripts/improve_description.py +247 -0
- package/framework/skills/skill-creator/scripts/package_skill.py +136 -0
- package/framework/skills/skill-creator/scripts/quick_validate.py +103 -0
- package/framework/skills/skill-creator/scripts/run_eval.py +310 -0
- package/framework/skills/skill-creator/scripts/run_loop.py +328 -0
- package/framework/skills/skill-creator/scripts/utils.py +47 -0
- package/framework/styles/README.md +35 -0
- package/framework/styles/linear/DESIGN.md +478 -0
- package/framework/styles/linear/README.md +36 -0
- package/framework/styles/linear/assets/preview.jpg +0 -0
- package/framework/styles/raycast/DESIGN.md +495 -0
- package/framework/styles/raycast/README.md +35 -0
- package/framework/styles/raycast/assets/preview.jpg +0 -0
- package/package.json +33 -0
- package/src/agent-configs.js +96 -0
- package/src/catalog.js +145 -0
- package/src/cli.js +254 -0
- package/src/installer.js +303 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# Laravel Boost Installation
|
|
2
|
+
|
|
3
|
+
## Requirements
|
|
4
|
+
|
|
5
|
+
- Laravel application root as the working directory.
|
|
6
|
+
- PHP available on `PATH`.
|
|
7
|
+
- Composer available on `PATH`.
|
|
8
|
+
- An MCP-compatible AI client.
|
|
9
|
+
|
|
10
|
+
## Installation
|
|
11
|
+
|
|
12
|
+
Run these commands from the Laravel application root:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
composer require laravel/boost --dev
|
|
16
|
+
php artisan boost:install
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
During `boost:install`, select the AI agents and features you want Boost to configure.
|
|
20
|
+
|
|
21
|
+
## Configuration
|
|
22
|
+
|
|
23
|
+
Boost can configure supported agents during installation. If manual registration is needed, use the official server details:
|
|
24
|
+
|
|
25
|
+
| Field | Value |
|
|
26
|
+
| --- | --- |
|
|
27
|
+
| Server name | `laravel-boost` |
|
|
28
|
+
| Command | `php` |
|
|
29
|
+
| Args | `artisan`, `boost:mcp` |
|
|
30
|
+
|
|
31
|
+
### Config file examples
|
|
32
|
+
|
|
33
|
+
Use the examples in [`configs/`](./configs/) as client-specific starting points:
|
|
34
|
+
|
|
35
|
+
| Client | Example | Typical location |
|
|
36
|
+
| --- | --- | --- |
|
|
37
|
+
| OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
|
|
38
|
+
|
|
39
|
+
Because client configuration paths change over time, prefer the client's official documentation for the exact file location. Keep the command and args unchanged unless your Laravel app runs in a wrapper environment such as Docker, Sail, DDEV, or a remote container.
|
|
40
|
+
|
|
41
|
+
## Client Setup Notes
|
|
42
|
+
|
|
43
|
+
### OpenCode
|
|
44
|
+
|
|
45
|
+
Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory and restart the OpenCode agent. The server will start automatically when the agent needs it.
|
|
46
|
+
|
|
47
|
+
## Verification
|
|
48
|
+
|
|
49
|
+
Run the MCP server command directly from the Laravel application root:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
php artisan boost:mcp
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Then verify from your AI client:
|
|
56
|
+
|
|
57
|
+
- The `laravel-boost` MCP server is listed.
|
|
58
|
+
- The server starts without errors.
|
|
59
|
+
- Boost tools such as application info, database schema, logs, or documentation search are visible to the agent.
|
|
60
|
+
|
|
61
|
+
## Updating
|
|
62
|
+
|
|
63
|
+
Update Boost resources after package updates or when generated agent files need to be refreshed:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
php artisan boost:update
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
To discover newly installed package guidelines and skills:
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
php artisan boost:update --discover
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Optional Composer automation:
|
|
76
|
+
|
|
77
|
+
```json
|
|
78
|
+
{
|
|
79
|
+
"scripts": {
|
|
80
|
+
"post-update-cmd": [
|
|
81
|
+
"@php artisan boost:update --ansi"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Uninstalling
|
|
88
|
+
|
|
89
|
+
1. Remove the package:
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
composer remove laravel/boost --dev
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
2. Remove the `laravel-boost` MCP entry from AI client configuration files.
|
|
96
|
+
3. Remove generated Boost files if your project does not keep them:
|
|
97
|
+
- `.mcp.json`
|
|
98
|
+
- `boost.json`
|
|
99
|
+
- generated agent guideline files such as `CLAUDE.md`, `AGENTS.md`, or client-specific directories
|
|
100
|
+
|
|
101
|
+
## Common Issues
|
|
102
|
+
|
|
103
|
+
- **Server does not start**: run `php artisan boost:mcp` manually and fix the first PHP, Composer, or Laravel error shown.
|
|
104
|
+
- **Client cannot find the server**: confirm the config is in the location used by that client and the server name is `laravel-boost`.
|
|
105
|
+
- **Wrong working directory**: run the AI client from the Laravel application root or configure the client to start the server there.
|
|
106
|
+
- **Wrapper environment required**: replace `php artisan boost:mcp` with the command required by your local environment only when necessary.
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Laravel Boost Troubleshooting
|
|
2
|
+
|
|
3
|
+
## Installation failure
|
|
4
|
+
|
|
5
|
+
**Problem**
|
|
6
|
+
|
|
7
|
+
`composer require laravel/boost --dev` fails.
|
|
8
|
+
|
|
9
|
+
**Cause**
|
|
10
|
+
|
|
11
|
+
Composer cannot resolve dependencies, PHP is missing, PHP extensions are missing, or the command is not being run from a Laravel application root.
|
|
12
|
+
|
|
13
|
+
**Solution**
|
|
14
|
+
|
|
15
|
+
- Run `php -v` and `composer --version`.
|
|
16
|
+
- Run the command from the Laravel application root.
|
|
17
|
+
- Resolve Composer dependency conflicts shown in the error output.
|
|
18
|
+
- Install missing PHP extensions required by the Laravel application.
|
|
19
|
+
|
|
20
|
+
## Server won't start
|
|
21
|
+
|
|
22
|
+
**Problem**
|
|
23
|
+
|
|
24
|
+
The AI client reports that `laravel-boost` failed to start.
|
|
25
|
+
|
|
26
|
+
**Cause**
|
|
27
|
+
|
|
28
|
+
The client cannot run `php artisan boost:mcp`, the working directory is wrong, dependencies are not installed, or the Laravel app fails during bootstrap.
|
|
29
|
+
|
|
30
|
+
**Solution**
|
|
31
|
+
|
|
32
|
+
- Run `php artisan boost:mcp` manually from the Laravel application root.
|
|
33
|
+
- Fix the first Laravel, PHP, Composer, or environment error shown.
|
|
34
|
+
- Ensure `vendor/` exists by running `composer install`.
|
|
35
|
+
- Configure the client to start the server from the Laravel application root.
|
|
36
|
+
|
|
37
|
+
## Configuration errors
|
|
38
|
+
|
|
39
|
+
**Problem**
|
|
40
|
+
|
|
41
|
+
The MCP server is not listed, or the client ignores the config file.
|
|
42
|
+
|
|
43
|
+
**Cause**
|
|
44
|
+
|
|
45
|
+
The config file is in the wrong location, the JSON is invalid, or the client expects a different configuration wrapper.
|
|
46
|
+
|
|
47
|
+
**Solution**
|
|
48
|
+
|
|
49
|
+
- Validate the JSON with `python -m json.tool <file>` or another JSON parser.
|
|
50
|
+
- Confirm the client-specific config location in the client's documentation.
|
|
51
|
+
- Keep the server name as `laravel-boost`.
|
|
52
|
+
- Use the official command `php` and args `artisan`, `boost:mcp` unless your local environment requires a wrapper.
|
|
53
|
+
|
|
54
|
+
## Authentication issues
|
|
55
|
+
|
|
56
|
+
**Problem**
|
|
57
|
+
|
|
58
|
+
Boost tools cannot access application features that depend on authenticated users or external services.
|
|
59
|
+
|
|
60
|
+
**Cause**
|
|
61
|
+
|
|
62
|
+
MCP tools run in the local Laravel application context and do not automatically create browser sessions, API tokens, or third-party service credentials.
|
|
63
|
+
|
|
64
|
+
**Solution**
|
|
65
|
+
|
|
66
|
+
- Use local test accounts and seeded data when possible.
|
|
67
|
+
- Provide required `.env` values for local-only services.
|
|
68
|
+
- Avoid exposing production secrets to AI clients.
|
|
69
|
+
- Prefer tests or factories for authenticated workflows.
|
|
70
|
+
|
|
71
|
+
## Permission problems
|
|
72
|
+
|
|
73
|
+
**Problem**
|
|
74
|
+
|
|
75
|
+
Boost cannot read logs, write generated files, or access project paths.
|
|
76
|
+
|
|
77
|
+
**Cause**
|
|
78
|
+
|
|
79
|
+
Filesystem ownership, container mounts, or restricted directories prevent PHP or the AI client process from accessing required files.
|
|
80
|
+
|
|
81
|
+
**Solution**
|
|
82
|
+
|
|
83
|
+
- Check ownership and permissions for `storage/`, `bootstrap/cache/`, generated agent files, and client config files.
|
|
84
|
+
- Run the AI client and PHP process as a user with access to the project.
|
|
85
|
+
- In containerized environments, ensure the project is mounted and writable where needed.
|
|
86
|
+
|
|
87
|
+
## Version mismatch
|
|
88
|
+
|
|
89
|
+
**Problem**
|
|
90
|
+
|
|
91
|
+
Boost behavior or generated files do not match the documentation or the selected AI client.
|
|
92
|
+
|
|
93
|
+
**Cause**
|
|
94
|
+
|
|
95
|
+
The installed `laravel/boost` version, Laravel version, AI client version, or MCP support differs from the documented version.
|
|
96
|
+
|
|
97
|
+
**Solution**
|
|
98
|
+
|
|
99
|
+
- Check installed versions with Composer and the AI client's version command.
|
|
100
|
+
- Run `composer update laravel/boost --dev` when appropriate.
|
|
101
|
+
- Run `php artisan boost:update --discover` after dependency changes.
|
|
102
|
+
- Re-run `php artisan boost:install` if client support files need to be regenerated.
|
|
103
|
+
|
|
104
|
+
## Database query risk
|
|
105
|
+
|
|
106
|
+
**Problem**
|
|
107
|
+
|
|
108
|
+
An agent proposes running write queries or destructive Tinker code through Boost.
|
|
109
|
+
|
|
110
|
+
**Cause**
|
|
111
|
+
|
|
112
|
+
Boost exposes tools that can execute code or queries in the Laravel application context.
|
|
113
|
+
|
|
114
|
+
**Solution**
|
|
115
|
+
|
|
116
|
+
- Use a local or disposable database for agent work.
|
|
117
|
+
- Require human approval before write queries, migrations, seeders, or destructive commands.
|
|
118
|
+
- Ask the agent to show the exact query or code before execution.
|
|
119
|
+
- Back up important data before allowing inspection against non-disposable databases.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Notion MCP
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Notion MCP is a hosted, officially maintained MCP server by Notion that lets AI agents search, read, and write content in a Notion workspace. It uses OAuth authentication and communicates over Streamable HTTP — no API tokens or local infrastructure required.
|
|
6
|
+
|
|
7
|
+
Official source:
|
|
8
|
+
|
|
9
|
+
- [Notion MCP get-started guide](https://developers.notion.com/guides/mcp/get-started-with-mcp)
|
|
10
|
+
- [Tool reference](https://developers.notion.com/guides/mcp/mcp-supported-tools)
|
|
11
|
+
- [GitHub: makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) (open-source server, no longer actively maintained)
|
|
12
|
+
|
|
13
|
+
## Features
|
|
14
|
+
|
|
15
|
+
- Search across Notion workspace and connected tools (Slack, Google Drive, Jira).
|
|
16
|
+
- Fetch page and database content by URL or ID.
|
|
17
|
+
- Create, update, move, and duplicate pages.
|
|
18
|
+
- Create and update databases, data sources, and views (table, board, list, calendar, timeline, gallery, form, chart, map, dashboard).
|
|
19
|
+
- Query databases with SQL or using pre-defined views.
|
|
20
|
+
- Query meeting notes for the current user.
|
|
21
|
+
- Add and list comments and discussions.
|
|
22
|
+
- Get workspace teams and users.
|
|
23
|
+
- Async support for long-running create and update operations.
|
|
24
|
+
- OAuth authentication — no manual token management.
|
|
25
|
+
|
|
26
|
+
## Supported AI Clients
|
|
27
|
+
|
|
28
|
+
Notion MCP officially documents setup for Claude Code, Cursor, VS Code (GitHub Copilot), Claude Desktop, Windsurf, ChatGPT, Codex, and Antigravity.
|
|
29
|
+
|
|
30
|
+
- OpenCode
|
|
31
|
+
|
|
32
|
+
## When to Use
|
|
33
|
+
|
|
34
|
+
Use Notion MCP when an AI coding agent needs to read or write content in a Notion workspace.
|
|
35
|
+
|
|
36
|
+
Good fits:
|
|
37
|
+
|
|
38
|
+
- Creating project documentation pages from code context.
|
|
39
|
+
- Searching for existing notes, specs, or meeting notes.
|
|
40
|
+
- Updating task statuses, tracking work, or filing bugs.
|
|
41
|
+
- Querying databases for structured data.
|
|
42
|
+
- Managing comments and discussions on pages.
|
|
43
|
+
- Fetching user and team information from the workspace.
|
|
44
|
+
|
|
45
|
+
Avoid using it for fully automated or headless workflows — Notion MCP requires interactive OAuth authentication.
|
|
46
|
+
|
|
47
|
+
## Requirements
|
|
48
|
+
|
|
49
|
+
- A Notion workspace with appropriate permissions.
|
|
50
|
+
- An MCP-compatible AI client that supports remote HTTP (Streamable HTTP or SSE) MCP servers.
|
|
51
|
+
- For some tools (search, query, meeting notes): a Business plan or higher with Notion AI.
|
|
52
|
+
|
|
53
|
+
## Related Skills
|
|
54
|
+
|
|
55
|
+
Relevant skills in this repository:
|
|
56
|
+
|
|
57
|
+
- [`backend-engineer`](../../skills/backend-engineer/SKILL.md): creating and updating project documentation in Notion.
|
|
58
|
+
- [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for API design, testing, and debugging.
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# Notion MCP Capabilities
|
|
2
|
+
|
|
3
|
+
## What It Can Do
|
|
4
|
+
|
|
5
|
+
18 tools for searching, reading, and writing content in a Notion workspace.
|
|
6
|
+
|
|
7
|
+
### Search & Fetch
|
|
8
|
+
|
|
9
|
+
| Tool | Description |
|
|
10
|
+
| --- | --- |
|
|
11
|
+
| `notion-search` | Search across workspace and connected tools (Slack, Drive, Jira); requires Notion AI for cross-tool search |
|
|
12
|
+
| `notion-fetch` | Fetch content from a page, database, or data source by URL or ID; pass `self` to get workspace and user identity |
|
|
13
|
+
|
|
14
|
+
### Create
|
|
15
|
+
|
|
16
|
+
| Tool | Description |
|
|
17
|
+
| --- | --- |
|
|
18
|
+
| `notion-create-pages` | Create one or more pages with properties, content, icons, and covers; supports database templates and async mode |
|
|
19
|
+
| `notion-create-database` | Create a new database with specified properties, initial data source, and initial view |
|
|
20
|
+
| `notion-create-view` | Create a view on a database (table, board, list, calendar, timeline, gallery, form, chart, map, dashboard) |
|
|
21
|
+
| `notion-create-comment` | Add a comment to a page, block-level content, or reply to an existing discussion |
|
|
22
|
+
|
|
23
|
+
### Update
|
|
24
|
+
|
|
25
|
+
| Tool | Description |
|
|
26
|
+
| --- | --- |
|
|
27
|
+
| `notion-update-page` | Update page properties, content, icon, or cover; supports database templates and async mode |
|
|
28
|
+
| `notion-update-data-source` | Update a data source's properties, name, description |
|
|
29
|
+
| `notion-update-view` | Update a view's name, filters, sorts, display configuration |
|
|
30
|
+
|
|
31
|
+
### Move & Duplicate
|
|
32
|
+
|
|
33
|
+
| Tool | Description |
|
|
34
|
+
| --- | --- |
|
|
35
|
+
| `notion-move-pages` | Move one or more pages or databases to a new parent |
|
|
36
|
+
| `notion-duplicate-page` | Duplicate a page within the workspace (async) |
|
|
37
|
+
|
|
38
|
+
### Query
|
|
39
|
+
|
|
40
|
+
| Tool | Description |
|
|
41
|
+
| --- | --- |
|
|
42
|
+
| `notion-query-data-sources` | Query data sources with SQL across multiple databases; requires Business plan or higher with Notion AI |
|
|
43
|
+
| `notion-query-database-view` | Query a database using a pre-defined view's filters and sorts; requires Business plan or higher with Notion AI |
|
|
44
|
+
| `notion-query-meeting-notes` | Query the current user's meeting notes; requires Business plan or higher with Notion AI |
|
|
45
|
+
|
|
46
|
+
### Comments
|
|
47
|
+
|
|
48
|
+
| Tool | Description |
|
|
49
|
+
| --- | --- |
|
|
50
|
+
| `notion-get-comments` | List all comments and discussions on a page, including resolved threads |
|
|
51
|
+
|
|
52
|
+
### Workspace
|
|
53
|
+
|
|
54
|
+
| Tool | Description |
|
|
55
|
+
| --- | --- |
|
|
56
|
+
| `notion-get-teams` | List teams (teamspaces) in the current workspace |
|
|
57
|
+
| `notion-get-users` | List workspace members and guests with search by name or email; pass `self` for current user |
|
|
58
|
+
|
|
59
|
+
### Async Tasks
|
|
60
|
+
|
|
61
|
+
| Tool | Description |
|
|
62
|
+
| --- | --- |
|
|
63
|
+
| `notion-get-async-task` | Check the status of an async task (duplicate, large create/update) |
|
|
64
|
+
|
|
65
|
+
### OpenAI Client Note
|
|
66
|
+
|
|
67
|
+
When connecting from an OpenAI-based client (ChatGPT), `notion-fetch` and `notion-search` appear without the `notion-` prefix as `fetch` and `search`.
|
|
68
|
+
|
|
69
|
+
## What It Cannot Do
|
|
70
|
+
|
|
71
|
+
- It cannot work without interactive OAuth authentication — no PAT or bearer token support.
|
|
72
|
+
- It cannot upload images or file attachments (on the roadmap).
|
|
73
|
+
- It cannot access Notion content outside the authenticated user's permissions.
|
|
74
|
+
- Some tools require a Business plan or higher with Notion AI (search, query tools).
|
|
75
|
+
- It cannot operate fully headless or automated — a human must complete the OAuth flow.
|
|
76
|
+
- It cannot be self-hosted (use the deprecated open-source server for that).
|
|
77
|
+
|
|
78
|
+
## Best Practices
|
|
79
|
+
|
|
80
|
+
- Use `notion-fetch` with `self` to verify the workspace and user identity after connecting.
|
|
81
|
+
- Use `notion-fetch` with a page URL to understand its structure before making changes.
|
|
82
|
+
- Use `notion-search` first to find relevant pages, then `notion-fetch` to read details.
|
|
83
|
+
- Use `allow_async: true` for large page create/update operations, then poll with `notion-get-async-task`.
|
|
84
|
+
- Fetch a database first to see available templates before creating pages with them.
|
|
85
|
+
- Use `notion-get-users` to look up user IDs before assigning or mentioning users.
|
|
86
|
+
- Stay within rate limits: 180 requests/min average (shared across all tools), 30 requests/min for search.
|
|
87
|
+
|
|
88
|
+
## Common Workflows
|
|
89
|
+
|
|
90
|
+
### Search and read content
|
|
91
|
+
|
|
92
|
+
1. Call `notion-search` to find pages matching a topic.
|
|
93
|
+
2. Call `notion-fetch` with a page URL to read its full content.
|
|
94
|
+
3. Call `notion-get-comments` to see discussions on the page.
|
|
95
|
+
|
|
96
|
+
### Create a page from a template
|
|
97
|
+
|
|
98
|
+
1. Call `notion-fetch` on a database to see available templates.
|
|
99
|
+
2. Call `notion-create-pages` with the template reference and desired properties.
|
|
100
|
+
3. Optionally set an icon and cover image.
|
|
101
|
+
|
|
102
|
+
### Update a task status
|
|
103
|
+
|
|
104
|
+
1. Call `notion-fetch` with the page URL to get the current properties.
|
|
105
|
+
2. Call `notion-update-page` to change the status property.
|
|
106
|
+
3. Call `notion-create-comment` to leave a note about the change.
|
|
107
|
+
|
|
108
|
+
### Query a database
|
|
109
|
+
|
|
110
|
+
1. Call `notion-fetch` on the database URL to see its schema and views.
|
|
111
|
+
2. Call `notion-query-database-view` with a view name to get filtered results.
|
|
112
|
+
3. Or call `notion-query-data-sources` with SQL for custom queries.
|
|
113
|
+
|
|
114
|
+
### Duplicate and populate a template
|
|
115
|
+
|
|
116
|
+
1. Call `notion-duplicate-page` on a template page.
|
|
117
|
+
2. Poll with `notion-get-async-task` until complete.
|
|
118
|
+
3. Call `notion-update-page` on the new copy to fill in properties.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Notion MCP Installation
|
|
2
|
+
|
|
3
|
+
## Requirements
|
|
4
|
+
|
|
5
|
+
- A Notion workspace with appropriate permissions.
|
|
6
|
+
- An MCP-compatible AI client that supports remote HTTP MCP servers (Streamable HTTP or SSE).
|
|
7
|
+
- No local infrastructure — the server is hosted by Notion at `https://mcp.notion.com/mcp`.
|
|
8
|
+
|
|
9
|
+
## Configuration
|
|
10
|
+
|
|
11
|
+
Notion MCP is a remote Streamable HTTP server — no local command or install needed. Authentication uses OAuth, completed interactively on first use.
|
|
12
|
+
|
|
13
|
+
| Field | Value |
|
|
14
|
+
| --- | --- |
|
|
15
|
+
| Server name | `notion` |
|
|
16
|
+
| Transport type | Streamable HTTP (recommended) |
|
|
17
|
+
| URL | `https://mcp.notion.com/mcp` |
|
|
18
|
+
|
|
19
|
+
### Config file examples
|
|
20
|
+
|
|
21
|
+
Use the examples in [`configs/`](./configs/) as client-specific starting points:
|
|
22
|
+
|
|
23
|
+
| Client | Example | Typical location |
|
|
24
|
+
| --- | --- | --- |
|
|
25
|
+
| OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
|
|
26
|
+
|
|
27
|
+
### OpenCode
|
|
28
|
+
|
|
29
|
+
Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory and restart the OpenCode agent. When you use a Notion tool for the first time, complete the OAuth flow to connect your workspace.
|
|
30
|
+
|
|
31
|
+
### For clients that only support local stdio servers
|
|
32
|
+
|
|
33
|
+
Some MCP clients only support local stdio servers. Use the [mcp-remote](https://www.npmjs.com/package/mcp-remote) bridge to connect:
|
|
34
|
+
|
|
35
|
+
```json
|
|
36
|
+
{
|
|
37
|
+
"mcpServers": {
|
|
38
|
+
"notion": {
|
|
39
|
+
"command": "npx",
|
|
40
|
+
"args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Verification
|
|
47
|
+
|
|
48
|
+
After configuring and restarting your AI client, use a Notion tool for the first time to trigger the OAuth flow.
|
|
49
|
+
|
|
50
|
+
Recommended first prompt:
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
Fetch "self" to see which workspace and user this Notion connection is for.
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Updating
|
|
57
|
+
|
|
58
|
+
Notion MCP is hosted by Notion — no update steps needed. The latest version is always available at `https://mcp.notion.com/mcp`.
|
|
59
|
+
|
|
60
|
+
## Uninstalling
|
|
61
|
+
|
|
62
|
+
Remove the `notion` MCP entry from AI client configuration files. Optionally, clear the OAuth connection in your Notion workspace: **Settings → Connections → Notion MCP**.
|
|
63
|
+
|
|
64
|
+
## Common Issues
|
|
65
|
+
|
|
66
|
+
- **Authentication fails**: make sure you complete the OAuth flow when prompted. Try disconnecting and reconnecting in the tool's MCP settings.
|
|
67
|
+
- **Permission errors**: check that you have the correct permissions in the Notion workspace for the pages or databases you're trying to access.
|
|
68
|
+
- **Client does not support remote servers**: use the `mcp-remote` bridge as a stdio wrapper to connect to the remote server.
|
|
69
|
+
- **Tool not found**: some clients prefix tools with `notion-`. For OpenAI-based clients (ChatGPT), `notion-fetch` and `notion-search` may appear as `fetch` and `search`.
|
|
70
|
+
- **Rate limited**: standard API limits apply (180 requests/min average, 30 requests/min for search). Prompt the agent to reduce parallel operations.
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# Notion MCP Troubleshooting
|
|
2
|
+
|
|
3
|
+
## Connection fails
|
|
4
|
+
|
|
5
|
+
**Problem**
|
|
6
|
+
|
|
7
|
+
The AI client reports that `notion` cannot connect.
|
|
8
|
+
|
|
9
|
+
**Cause**
|
|
10
|
+
|
|
11
|
+
The client does not support remote HTTP MCP servers, or the URL is misconfigured.
|
|
12
|
+
|
|
13
|
+
**Solution**
|
|
14
|
+
|
|
15
|
+
- Verify the URL is `https://mcp.notion.com/mcp` (Streamable HTTP) or `https://mcp.notion.com/sse` (SSE).
|
|
16
|
+
- If your client only supports local stdio servers, use the `mcp-remote` bridge: `npx -y mcp-remote https://mcp.notion.com/mcp`.
|
|
17
|
+
- Check the client's documentation for how to add a remote MCP server.
|
|
18
|
+
|
|
19
|
+
## Authentication fails
|
|
20
|
+
|
|
21
|
+
**Problem**
|
|
22
|
+
|
|
23
|
+
The connection succeeds but tools return authentication errors.
|
|
24
|
+
|
|
25
|
+
**Cause**
|
|
26
|
+
|
|
27
|
+
The OAuth flow was not completed or the token has expired.
|
|
28
|
+
|
|
29
|
+
**Solution**
|
|
30
|
+
|
|
31
|
+
- Make sure you complete the OAuth flow when prompted by the client.
|
|
32
|
+
- Try disconnecting and reconnecting. Look for a "Clear authentication" or "Disconnect" option in the client's MCP settings.
|
|
33
|
+
- Re-add the MCP server to trigger a fresh OAuth flow.
|
|
34
|
+
|
|
35
|
+
## Permission errors
|
|
36
|
+
|
|
37
|
+
**Problem**
|
|
38
|
+
|
|
39
|
+
Tools return 403 or "not found" errors.
|
|
40
|
+
|
|
41
|
+
**Cause**
|
|
42
|
+
|
|
43
|
+
The authenticated user does not have access to the requested page, database, or workspace.
|
|
44
|
+
|
|
45
|
+
**Solution**
|
|
46
|
+
|
|
47
|
+
- Verify you have the correct permissions in the Notion workspace.
|
|
48
|
+
- Check that the page or database is shared with your user or team.
|
|
49
|
+
- Use `notion-get-teams` to confirm which teams you can access.
|
|
50
|
+
|
|
51
|
+
## Tool requires Notion AI
|
|
52
|
+
|
|
53
|
+
**Problem**
|
|
54
|
+
|
|
55
|
+
`notion-search`, `notion-query-data-sources`, `notion-query-database-view`, or `notion-query-meeting-notes` return an upgrade prompt.
|
|
56
|
+
|
|
57
|
+
**Cause**
|
|
58
|
+
|
|
59
|
+
These tools require a Business plan or higher with Notion AI.
|
|
60
|
+
|
|
61
|
+
**Solution**
|
|
62
|
+
|
|
63
|
+
- Upgrade your workspace plan to Business or Enterprise with Notion AI enabled.
|
|
64
|
+
- Use `notion-fetch` and standard page reading as an alternative.
|
|
65
|
+
|
|
66
|
+
## Rate limited
|
|
67
|
+
|
|
68
|
+
**Problem**
|
|
69
|
+
|
|
70
|
+
Tools return 429 Too Many Requests errors.
|
|
71
|
+
|
|
72
|
+
**Cause**
|
|
73
|
+
|
|
74
|
+
API rate limits exceeded: 180 requests/min (general), 30 requests/min (search).
|
|
75
|
+
|
|
76
|
+
**Solution**
|
|
77
|
+
|
|
78
|
+
- Prompt the agent to reduce the number of parallel tool calls.
|
|
79
|
+
- Space out requests — the time between sequential agent steps often keeps usage under the limit.
|
|
80
|
+
- Wait before retrying.
|
|
81
|
+
|
|
82
|
+
## Tool names differ in OpenAI clients
|
|
83
|
+
|
|
84
|
+
**Problem**
|
|
85
|
+
|
|
86
|
+
`notion-fetch` or `notion-search` tools are missing in ChatGPT.
|
|
87
|
+
|
|
88
|
+
**Cause**
|
|
89
|
+
|
|
90
|
+
OpenAI clients strip the `notion-` prefix — tools appear as `fetch` and `search`.
|
|
91
|
+
|
|
92
|
+
**Solution**
|
|
93
|
+
|
|
94
|
+
- Use `fetch` and `search` as the tool names in prompts for ChatGPT.
|
|
95
|
+
- Other tools retain the `notion-` prefix.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Playwright MCP
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Playwright MCP lets coding agents automate and interact with web pages using [Playwright](https://playwright.dev). It uses structured accessibility snapshots instead of pixel-based input, so no vision model is needed. Published and maintained by Microsoft.
|
|
6
|
+
|
|
7
|
+
Official source:
|
|
8
|
+
|
|
9
|
+
- [GitHub: microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp)
|
|
10
|
+
|
|
11
|
+
## Features
|
|
12
|
+
|
|
13
|
+
- **Fast and lightweight**: Uses Playwright's accessibility tree, not pixel-based input or screenshots.
|
|
14
|
+
- **LLM-friendly**: Operates purely on structured data — no vision models required.
|
|
15
|
+
- **Cross-browser**: Supports Chromium, Firefox, and WebKit.
|
|
16
|
+
- **Deterministic tool application**: Avoids ambiguity common with screenshot-based approaches.
|
|
17
|
+
- **Persistent profiles**: Session data saved between runs with automatic workspace-scoped isolation.
|
|
18
|
+
- **Headless support**: Run headed or headless.
|
|
19
|
+
- **Capability system**: Opt-in tool categories (network, storage, devtools, vision, PDF).
|
|
20
|
+
|
|
21
|
+
## Supported AI Clients
|
|
22
|
+
|
|
23
|
+
Playwright MCP officially documents setup for Amp, Antigravity, Claude Code, Claude Desktop, Cline, Codex, Copilot, Cursor, Factory, Gemini CLI, Goose, Junie, Kiro, LM Studio, OpenCode, Qodo Gen, VS Code, Warp, and Windsurf.
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
|
|
27
|
+
Use Playwright MCP when an AI coding agent needs to navigate, interact with, or inspect web pages.
|
|
28
|
+
|
|
29
|
+
Good fits:
|
|
30
|
+
|
|
31
|
+
- Automating browser interactions (click, fill forms, navigate, type).
|
|
32
|
+
- Taking accessibility snapshots for structured page understanding.
|
|
33
|
+
- E2E test debugging and inspection.
|
|
34
|
+
- Capturing screenshots and console logs.
|
|
35
|
+
- Evaluating JavaScript in page context.
|
|
36
|
+
- Simulating network conditions and mocking requests.
|
|
37
|
+
- Managing cookies, localStorage, and session state.
|
|
38
|
+
|
|
39
|
+
Avoid using it when no browser interaction is needed or when you need pixel-level visual inspection (use `--caps=vision` if coordinates are required).
|
|
40
|
+
|
|
41
|
+
## Requirements
|
|
42
|
+
|
|
43
|
+
- Node.js 18 or newer.
|
|
44
|
+
- An MCP-compatible AI client.
|
|
45
|
+
|
|
46
|
+
## Related Skills
|
|
47
|
+
|
|
48
|
+
Relevant skills in this repository:
|
|
49
|
+
|
|
50
|
+
- [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for testing, debugging, and performance analysis.
|