feat: add Miro agent connector setup guide and tool docs#604
Conversation
- Complete 5-step OAuth setup guide (create Miro app, copy redirect URI, register URI + copy credentials, configure scopes, add to Scalekit) - Usage examples with Node.js and Python proxy API calls - Full tool list for all 105 Miro tools with parameter tables - Enterprise-only and experimental API notices - 5 accurate Scalekit/Miro UI screenshots - Export SetupMiroSection and UsageMiroSection from templates index
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughAdds Miro connector documentation: setup and usage MDX templates, a comprehensive Miro reference page listing tools and parameters, and exports the new templates from the agent-connectors index. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for scalekit-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/content/docs/reference/agent-connectors/miro.mdx`:
- Around line 241-245: The miro_boards_list docs claim support for filters but
lack the required Name|Type|Required|Description parameter table; update the
generator script scripts/sync-agent-connectors.js to emit a parameter table for
the miro_boards_list tool (or remove the filter wording if filters are not
supported). Locate the miro_boards_list metadata in the agent connectors source
and ensure the generator writes rows for each supported filter (e.g.,
team/teamId, project/projectId, owner/ownerId, search/query) with correct Type
and Required flags and a short Description, then re-run the script to regenerate
src/content/docs/reference/agent-connectors/miro.mdx so the API reference
includes the table.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 583338be-6e21-4ef4-831e-37b4bf20c4c7
⛔ Files ignored due to path filters (5)
src/assets/docs/agent-connectors/miro/add-credentials.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/miro/configure-miro-connection.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/miro/miro-create-app.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/miro/miro-oauth-credentials.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/miro/scalekit-search-miro.pngis excluded by!**/*.png
📒 Files selected for processing (4)
src/components/templates/agent-connectors/_setup-miro.mdxsrc/components/templates/agent-connectors/_usage-miro.mdxsrc/components/templates/agent-connectors/index.tssrc/content/docs/reference/agent-connectors/miro.mdx
Summary by CodeRabbit