MCP Server Template for Cursor IDE

by jankowtf

apply_prompt_initial

Generates a structured initial prompt template for launching new projects, including project objectives and optional specific instructions, streamlining project setup in Cursor IDE.

Instructions

Provides an initial prompt template for starting a new project

Input Schema

NameRequiredDescriptionDefault
objectiveYesA description of the objective of the project
specific_instructionsNoOptional specific instructions to include in the prompt
versionNoThe version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')

Input Schema (JSON Schema)

{ "properties": { "objective": { "description": "A description of the objective of the project", "type": "string" }, "specific_instructions": { "description": "Optional specific instructions to include in the prompt", "type": "string" }, "version": { "description": "The version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')", "type": "string" } }, "required": [ "objective" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Template for Cursor IDE

Related Tools

ID: rbgsskqcgb