Skip to content

feat: Kanban MCP integration — helper, docs, release v0.14.0#28

Merged
Joao208 merged 1 commit into
mainfrom
joaobarros-/-kanban-mcp-integration
Mar 31, 2026
Merged

feat: Kanban MCP integration — helper, docs, release v0.14.0#28
Joao208 merged 1 commit into
mainfrom
joaobarros-/-kanban-mcp-integration

Conversation

@Joao208

@Joao208 Joao208 commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

What

Integration of the new @arvoretech/kanban-mcp into RHM — config helper, TUI registration, documentation, and release notes.

Why

Companion PR to arvore-mcp-servers#24 which adds the kanban MCP server. This PR adds the RHM-side integration.

Changes

  • mcp.kanban() helper in define-config.ts — follows the same pattern as mcp.memory(), mcp.datadog(), etc.
  • TUI registration — kanban added to AVAILABLE_MCPS in types.ts
  • Documentationkanban.mdx with Quick Start, Multi-Session, Semantic Search, 12 tools table, usage examples, config reference
  • Release notes — v0.14.0 entry in releases.ts + 0-14-0.mdx

Usage

import { defineConfig, mcp } from "@arvoretech/hub";

export default defineConfig({
  mcps: [
    mcp.kanban(),
  ],
});

Or in hub.yaml:

mcps:
  - name: kanban
    package: "@arvoretech/kanban-mcp"
    env:
      KANBAN_PATH: ./kanban
      KANBAN_UI: "true"

- mcp.kanban() helper in define-config.ts
- kanban in AVAILABLE_MCPS for TUI
- kanban.mdx documentation page
- Release notes v0.14.0 (releases.ts + 0-14-0.mdx)
@vercel

vercel Bot commented Mar 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rhm-website Ready Ready Preview, Comment Mar 31, 2026 0:53am

Request Review

@coderabbitai

coderabbitai Bot commented Mar 31, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Joao208 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 7 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 9 minutes and 7 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 59737d47-83be-44d4-8027-fe474cb98238

📥 Commits

Reviewing files that changed from the base of the PR and between d4e19f0 and 1bdaa14.

📒 Files selected for processing (5)
  • packages/cli/src/config/define-config.ts
  • packages/cli/src/tui/types.ts
  • website/src/content/docs/kanban.mdx
  • website/src/content/releases/0-14-0.mdx
  • website/src/data/releases.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch joaobarros-/-kanban-mcp-integration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Joao208 Joao208 merged commit 672d058 into main Mar 31, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant