Skip to main content

Review system MCP server for UI prototypes. Humans write comments in browser, AI agents resolve them via MCP.

Project description

ui-ticket-mcp

Review system for UI prototypes. Humans write comments in the browser, AI agents resolve them via MCP.

Setup

Add to your .mcp.json - no install needed:

{
  "mcpServers": {
    "review-system": {
      "command": "uvx",
      "args": ["ui-ticket-mcp"],
      "env": {
        "PROJECT_ROOT": "/path/to/your/project"
      }
    }
  }
}

uvx downloads and runs the package automatically. Reviews are stored in {PROJECT_ROOT}/.reviews/reviews.db (auto-created, committable to git).

Fallback if you don't have uv: pip install ui-ticket-mcp, then use "command": "ui-ticket-mcp" instead of uvx.

MCP Tools

Tool Description
get_review_summary() Summary of pages with open/resolved counts
get_reviews(page_id?) List comments, optionally filtered by page
add_review(page_id, author, text) Add a new comment
resolve_review(review_id, resolved_by?) Mark as resolved
reopen_review(review_id) Reopen a resolved review
batch_resolve(page_id, resolved_by?) Resolve all open on a page
get_pending_work() Open reviews grouped by page (todo list)
find_source_file_tool(page_id) Find source files matching a page_id

REST API (for browser UI)

PROJECT_ROOT=/path/to/your/project python -m review_mcp.api
# → http://localhost:3200
Method Endpoint Description
GET /api/reviews/summary Per-page summary
GET /api/reviews All reviews
GET /api/reviews/{page_id} Reviews for a page
POST /api/reviews/{page_id} Add review
PATCH /api/review/{id} Update status/text
DELETE /api/review/{id} Delete review

More

Full documentation: github.com/0ics-srls/ui-ticket-mcp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ui_ticket_mcp-0.3.0.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ui_ticket_mcp-0.3.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file ui_ticket_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: ui_ticket_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for ui_ticket_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7dcb9c859e0bf9115a75ddcf755591b00a8f5be2f58f2405d527676f1d4d2576
MD5 cdcd59218c87ce4b98f64c5616706544
BLAKE2b-256 023ead8c9b0ccb2f819f5297570cb728a12b3814fe7b6fe1d6b396d54ac7dec6

See more details on using hashes here.

File details

Details for the file ui_ticket_mcp-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: ui_ticket_mcp-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for ui_ticket_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 116aab407d285aa124a76a7ac5be970b9cc48288dcc8305004f017aa3bb088c3
MD5 e4c25392bd2c3bfc873209ebe6581d36
BLAKE2b-256 59a3c09317af92baa5b86228bc5ccd7b93a689e621221c08f9aa36ffbaee1c5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page