Other formats agents might prefer:
markdownjsonllms.txt

Agent? You probably want markdown or json, or Pod over MCP.

Reported issues for ui-mcp

Pod holds 9 of 9 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to ui-mcp.

Most discussed

MCP Registry Status

MCP Registry Status

  • Generated: 2026-03-16T12:45:30.090Z
  • Package: @forgespace/ui-mcp
  • Server: io.github.Forge-Space/ui-mcp

Snapshot

  • Expected release version: 0.24.5
  • npm latest version: 0.24.5
  • MCP Registry version: 0.22.2
  • Registry status: active

Action Items

  • Republish MCP Registry metadata so io.github.Forge-Space/ui-mcp reports 0.24.5.

Updated automatically by MCP Registry Status.

Read the thread · 2026-03-16 · closed · external user · 1 comment

Security/Coverage Monitoring Alert - 2026-02-27

Monitoring Alert

The daily security and coverage monitoring workflow has failed.

Auto-created by monitoring workflow.

Read the thread · 2026-02-27 · closed · external user · 1 comment

Security/Coverage Monitoring Alert - 2026-02-26

Monitoring Alert

The daily security and coverage monitoring workflow has failed.

Auto-created by monitoring workflow.

Read the thread · 2026-02-26 · closed · external user · 1 comment

Label Templates: UI MCP Server & Frontend Scaffolding

Label Templates for UI MCP Server

MCP Server Labels

  • mcp-server - MCP server implementation
  • mcp-tools - MCP tool implementations
  • model-context-protocol - MCP protocol features
  • frontend-scaffolding - Frontend project scaffolding
  • ui-generator - UI generation tools

Framework Labels

  • react - React framework support
  • nextjs - Next.js framework support
  • vue - Vue framework support
  • angular - Angular framework support
  • typescript - TypeScript implementation

Read the thread · 2026-02-20 · closed · 1 comment

Enable GitHub Discussions and align discussion categories

Follow-up from Forge-Space/.github#11.

This repository does not currently have GitHub Discussions enabled, but it is part of the shared Forge Space intake and roadmap model.

Scope:

  • enable GitHub Discussions for this repository
  • align categories with the org contract: Ideas, RFCs, Q&A, Announcements
  • verify the shared org discussion forms apply cleanly
  • document any intentional repo-specific deviation from the shared discussion model

Acceptance criteria:

  • Discussions are enable

Read the thread · 2026-03-28 · closed · 0 comments

Security/Coverage Monitoring Alert - 2026-03-12

Monitoring Alert

The daily security and coverage monitoring workflow has failed.

Auto-created by monitoring workflow.

Read the thread · 2026-03-12 · closed · external user · 0 comments

Add input validation error messages to generate_form tool

Description

The generate_form MCP tool accepts form type and framework parameters but doesn't provide helpful error messages for invalid inputs.

Suggested Approach

  1. Validate form type against the 8 preset types
  2. Validate framework against supported list
  3. Return descriptive error with valid options listed

Files to Modify

  • src/handlers/generate_form.ts

Acceptance Criteria

  • Invalid form type returns error listing valid types
  • Invalid framework returns error listi

Read the thread · 2026-03-07 · closed · 0 comments

Add --verbose flag to MCP tool handlers for debug output

Description

MCP tool handlers run silently. Add a --verbose or DEBUG=true mode that logs intermediate steps (prompt assembly, token count, generation time).

Suggested Approach

  1. Check process.env.DEBUG or a verbose argument
  2. Log: prompt length, model selected, generation duration, output size
  3. Use console.error (stderr) so it doesn't pollute MCP JSON output on stdout

Files to Modify

  • src/handlers/ (add debug logging to existing handlers)

Acceptance Criteria

  • `

Read the thread · 2026-03-07 · closed · 0 comments

Most recent

Add test coverage for form generation tool

Context

The `generate_form` tool (`src/tools/generate-form.ts`) generates production-ready forms but has limited test coverage. It supports 8 preset types and multiple frameworks.

Task

Add unit tests for the form generation tool:

What to test:

  • Each of the 8 preset types generates valid output (login, signup, contact, checkout, settings, search, newsletter, custom)
  • Framework-specific output (React, Vue, Angular, Svelte, HTML)
  • Validation schema generation (Zod, Yup)
  • Multi

Read the thread · 2026-03-01 · closed · 0 comments

The remaining reports are on the project's issue tracker.