Cursor10x MCP

MIT License
  • Apple
  • Linux

initConversation

Starts a conversation by storing user messages, generating banners, and retrieving necessary context in a single operation for enhanced AI memory systems like Cursor10x MCP.

Instructions

Initializes a conversation by storing the user message, generating a banner, and retrieving context in one operation

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the user message
importanceNoImportance level (low, medium, high)low
metadataNoOptional metadata for the message

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the user message", "type": "string" }, "importance": { "default": "low", "description": "Importance level (low, medium, high)", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Optional metadata for the message", "type": "object" } }, "required": [ "content" ], "type": "object" }
ID: kp8cg6inwq