Skip to main content
Glama

Swiftcode MCP Server

by hongaah
global.d.ts466 B
declare module 'swiftcode' { /** * 创建模板文件 * @param fileName - 要创建的文件名 * @param tips - 创建完成后显示的提示信息 */ export function createTemplate(fileName: string, tips: string): void /** * 获取包版本号 * @returns {string} package.json 中的版本号 */ export function getPackageVersion(): string } declare module 'swiftcode/template.js' { const template: any export default template }

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