24 lines
793 B
YAML
24 lines
793 B
YAML
|
|
interface:
|
||
|
|
display_name: "Dev MCP Implementation"
|
||
|
|
short_description: "Implement features with MCP workflows"
|
||
|
|
default_prompt: "Use $dev-mcp-implementation to build code using MCP-first verification."
|
||
|
|
dependencies:
|
||
|
|
tools:
|
||
|
|
- type: "mcp"
|
||
|
|
value: "next-devtools"
|
||
|
|
description: "Next.js route and runtime diagnostics"
|
||
|
|
- type: "mcp"
|
||
|
|
value: "context7"
|
||
|
|
description: "Official framework and library docs"
|
||
|
|
- type: "mcp"
|
||
|
|
value: "supabase-mcp-server"
|
||
|
|
description: "Supabase SQL and function operations"
|
||
|
|
- type: "mcp"
|
||
|
|
value: "playwright"
|
||
|
|
description: "Browser smoke verification"
|
||
|
|
- type: "mcp"
|
||
|
|
value: "kis-code-assistant-mcp"
|
||
|
|
description: "KIS API lookup and source references"
|
||
|
|
policy:
|
||
|
|
allow_implicit_invocation: false
|