Skip to content

feat(mcp): add MCP server, Grafana observability, and script-editor assets - #5

Open
zachbroad wants to merge 1 commit into
mainfrom
feat/mcp-server
Open

feat(mcp): add MCP server, Grafana observability, and script-editor assets#5
zachbroad wants to merge 1 commit into
mainfrom
feat/mcp-server

Conversation

@zachbroad

Copy link
Copy Markdown
Owner

Summary

Adds a third binary, cmd/mcp — a stdio Model Context Protocol server exposing read-only list_sources, list_actions, and list_deliveries tools backed by the existing store (github.com/modelcontextprotocol/go-sdk).

Also included:

  • docker-compose: add a Grafana service (promotes prometheus/client_golang to a direct dependency)
  • web/static: vendor htmx + Monaco editor assets for the script-editor UI
  • Makefile: run-mcp target and bin/mcp build
  • docs: MCP server guide, tour page, local-dev quickstart section; CLAUDE.md updated to three binaries; Astro nav entries
  • go.mod: bump to go 1.25, add go-sdk and supporting deps
  • .gitignore: ignore local .superpowers/ tooling state

Notes

🤖 Generated with Claude Code

…ssets

Adds a third binary, cmd/mcp, a stdio Model Context Protocol server exposing
read-only list_sources, list_actions, and list_deliveries tools backed by the
existing store (github.com/modelcontextprotocol/go-sdk).

Also included:
- docker-compose: add Grafana service (promotes prometheus/client_golang to a
  direct dependency)
- web/static: vendor htmx + Monaco editor assets for the script editor UI
- Makefile: run-mcp target and bin/mcp build
- docs: MCP server guide, tour page, local-dev quickstart section; CLAUDE.md
  updated to three binaries; astro nav entries
- go.mod: bump to go 1.25, add go-sdk and supporting deps
- .gitignore: ignore local .superpowers/ tooling state

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@zachbroad, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 28 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c7390cd6-a6c3-43b5-8744-ad268822a79c

📥 Commits

Reviewing files that changed from the base of the PR and between 8ed5ac0 and 0f711be.

⛔ Files ignored due to path filters (3)
  • go.sum is excluded by !**/*.sum
  • web/static/htmx.min.js is excluded by !**/*.min.js
  • web/static/vs/base/browser/ui/codicons/codicon/codicon.ttf is excluded by !**/*.ttf
📒 Files selected for processing (19)
  • .gitignore
  • CLAUDE.md
  • Makefile
  • README.md
  • cmd/mcp/main.go
  • docker-compose.yml
  • docs/astro.config.mjs
  • docs/src/content/docs/getting-started/quickstart.md
  • docs/src/content/docs/guides/mcp.md
  • docs/src/content/docs/tour.md
  • go.mod
  • web/static/vs/base/worker/workerMain.js
  • web/static/vs/basic-languages/javascript/javascript.js
  • web/static/vs/basic-languages/typescript/typescript.js
  • web/static/vs/editor/editor.main.css
  • web/static/vs/editor/editor.main.js
  • web/static/vs/language/typescript/tsMode.js
  • web/static/vs/language/typescript/tsWorker.js
  • web/static/vs/loader.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/mcp-server

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.

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