MCP Wizard

Generate MCP server drafts from requirements.

loocor 2aade2b 3 files · 4.3 KB Updated

File contents

MCP Wizard

Overview

Generate a CodMate MCP server draft based on user intent. Output only JSON that matches the schema.

Instructions

  1. Determine server kind (stdio, sse, streamable_http).
  2. Provide command/args/env for stdio, or url/headers for network kinds.
  3. If unclear, return mode "question" with follow-up questions.

Output

Return only JSON.

loocor/codmate/tree/main/payload/internal-skills/mcp-wizard commit 2aade2b4a2

Frequently asked questions

npx skillmds@latest add loocor/mcp-wizard