Skip to main content
Glama

Swiftcode MCP Server

by hongaah

generate_sfc_client

Generate Vue.js single-file components (SFC) from templates using a specified source file and workspace directory. Streamlines frontend development by automating component creation.

Instructions

使用 sfc 模板生成 vue 列表组件 / Generate vue sfc component page.Examples: For file only returns vue sfc pages, default file name: 'template.js'

Input Schema

NameRequiredDescriptionDefault
dirYesworkspace dir
sourceYessfc 模板文件路径 / sfc template file path

Input Schema (JSON Schema)

{ "properties": { "dir": { "description": "workspace dir", "type": "string" }, "source": { "description": "sfc 模板文件路径 / sfc template file path", "type": "string" } }, "required": [ "source", "dir" ], "type": "object" }
Install Server

Other Tools from Swiftcode MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongaah/swiftcode-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server