MCP Server Template for Cursor IDE

apply_prompt_infra

Provides a prompt template for laying out system infrastructure and tool stack information

Input Schema

NameRequiredDescriptionDefault
infrastructure_infoYesDescription of the infrastructure and tool stack
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": { "infrastructure_info": { "description": "Description of the infrastructure and tool stack", "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": [ "infrastructure_info" ], "type": "object" }