MCP Prompt Server

project_architecture

Design and optimize project architectures by defining project types, technology stacks, and key features, enabling structured development workflows in Cursor/Windsurf editors.

Input Schema

NameRequiredDescriptionDefault
featuresYes项目主要功能和特性
project_typeYes项目类型(如Web应用、移动应用、API服务等)
technologiesYes使用的技术栈(如React, Node.js, Python等)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "description": "项目主要功能和特性", "type": "string" }, "project_type": { "description": "项目类型(如Web应用、移动应用、API服务等)", "type": "string" }, "technologies": { "description": "使用的技术栈(如React, Node.js, Python等)", "type": "string" } }, "required": [ "project_type", "technologies", "features" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Prompt Server

Related Tools

ID: 5xa4y5pbuj