一键导入
platty-mcp-client-setup
Use when registering, validating, or troubleshooting a Platty MCP endpoint from an MCP-capable runtime such as Codex or Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when registering, validating, or troubleshooting a Platty MCP endpoint from an MCP-capable runtime such as Codex or Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when a Figma URL, Figma page, Figma section, or Figma frame must become reusable, revisioned design evidence before Platty MCP product specification or technical design.
Use when creating locally saved MCP-grounded SDD technical design and executable implementation plans from existing prd.md and user_stories.md.
Use when a user separately requests technical or system design from approved product documents with a Figma URL, current-session Figma evidence, or a validated figma_handoff.json discovered beside the product pair.
Use when a Figma URL accompanies a request to organize, draft, create, or improve a product plan, planning document, feature brief, requirements, PRD, user stories, 기획서, 요구사항, or 기능 기획, with or without existing product documents.
Use when creating locally saved MCP-grounded SDD PRD and user-story drafts from a product idea, feature request, PRD need, policy change, or requirements discussion.
Use when a task should use configured Platty MCP tools for remote project context, tool capability checks, Figma-backed product-plan or 기획서 authoring, Figma evidence routing, client setup routing, Platty MCP retrieval, memory or glossary-alias lifecycle routing, or MCP-grounded SDD file creation.
基于 SOC 职业分类
| name | platty-mcp-client-setup |
| description | Use when registering, validating, or troubleshooting a Platty MCP endpoint from an MCP-capable runtime such as Codex or Claude Code. |
Prerequisite: Read using-platty-mcp before acting unless it has already
been read in this turn.
Use this skill for consumer-side setup when a Platty MCP server already exposes
direct HTTP JSON-RPC at /api/mcp.
This belongs to the read-only platty-mcp plugin. It registers an existing MCP
URL with the current runtime and validates read-only tools.
Do not run local Platty CLI commands, create .mcp.json, add mcpServers to
plugin manifests, start context-backend, configure server host/port, mutate
projects, refresh caches, run analysis, run sync, generate documents, or write
memory. If the user asks for SOT files, validate MCP artifact tools instead of
reading local files from the client.
local -> http://127.0.0.1:3027/api/mcp
LAN -> http://<host-ip>:3027/api/mcp
remote -> https://<context-backend-domain>/api/mcp
If the user only has HOST=0.0.0.0, ask for the actual machine IP, DNS name, or
reverse proxy domain. Clients do not connect to literal 0.0.0.0.
Prefer URL registration, not stdio command registration.
Codex config example:
[mcp_servers.platty]
url = "https://context.example.com/api/mcp"
Codex command example:
codex mcp add platty --url https://context.example.com/api/mcp
For Claude Code or another runtime, use that runtime's URL-based MCP server
registration. Keep the server name platty unless the user already has a naming
convention.
Restart or refresh the runtime after registration when tools are not immediately visible.
tools/list includes the minimum retrieval tier from
references/tool-mapping.md:
project_list, context_status, project_overview_get,
glossary_translate, epic_list, epic_get, document_list,
document_get, document_item_list, document_item_get,
document_spec_resolve, and spec_get.document_search, spec_list, or spec_search are also visible, note
that the search-assist tier is available. If spec_document_resolve and
spec_impact_resolve are visible, note that reverse business context and
directional technical impact are available.graph_trace or code_search is also visible, note that graph/code
discovery is available.workspace_repo_list or readonly_workspace_shell are also visible,
note the available workspace source-parity tools. They are optional and do
not change the minimum retrieval tier; full repository source parity requires
both tools.sot_file_get is also visible, note that the artifact-access tier is
available for stored SOT file content requests. Download and bundle metadata
tools are not part of this MCP profile.project_list.projectId.using-platty-mcp; impact routing
requires a produced or reused Impact Seed Packet and may update PRD §9
only through platty-mcp-impact-analysis in its selected SDD directory.If no URL exists and the user is a server operator, route to
platty:platty-mcp-server-setup. If the user is only a consumer, ask for a
Platty MCP /api/mcp URL.
Complete when the runtime exposes Platty MCP tools and project_list returns
projects, or when you can report the exact client/server configuration gap.