Skip to main content
Glama
pwa-today

PWA Today MCP Server

Official
by pwa-today

PWA Today MCP Server

MCP 호환 코딩 에이전트에서 PWA Today 런타임 감사를 실행하세요.

PWA Today 클라이언트 시크릿 또는 액세스 토큰을 채팅에 붙여넣지 마세요. MCP 클라이언트의 시크릿 또는 환경 구성에 저장하세요. 모델이 이를 볼 필요가 없습니다.

설정

  1. PWA Today 콘솔에서 API 자격 증명을 생성하거나 검색하세요.

  2. 콘솔에서 애플리케이션 호스트 이름을 등록하고 확인하세요.

  3. 패키지를 설치하거나 MCP 클라이언트가 pwa-today-mcp를 실행하도록 구성하세요.

  4. 서버 환경에 PWA_CLIENT_IDPWA_CLIENT_SECRET을 저장하세요. 선택적으로 PWA_API_URL을 설정할 수 있으며, 기본값은 https://api.pwa.today입니다.

  5. MCP 클라이언트를 다시 시작하거나 다시 연결하세요.

  6. 에이전트에게 감사를 시작하도록 요청하세요.

서버는 stdio만 사용하며 다음 도구를 제공합니다:

  • start_pwa_audit

  • get_pwa_audit_status

  • get_pwa_audit_results

요청 예시:

Run a standard PWA Today audit on https://staging.example.com. Use this repository and commit as source metadata. Show me the result when it finishes.
Review audit <auditId>, map every failed or warning check to this codebase, and propose a minimal fix plan. Do not edit files yet.
After the deployment is live, run the audit again and compare the quality gate and failed checks.

서버는 각 새 감사에 대한 멱등성 키를 생성하고 이를 감사 ID와 함께 보고합니다. 생성 결과가 불확실한 경우 동일한 키로 다시 시도하세요. MCP 패키지는 감사 대상 애플리케이션 인증을 수락하거나 애플리케이션을 배포하지 않습니다.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Exposes axe-core accessibility auditing as MCP tools so any MCP-compatible agent can audit HTML for structural and semantic issues.
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a deterministic pre-install security scan for Agent skills, plugins, and MCP servers via stdio, returning verdicts, audited badges, CI gates, and reports without executing code or making network calls.
    707 npm
    MIT