diff --git a/package.json b/package.json index a6fdb0a..e2ca1b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doitintl/doit-mcp-server", - "version": "0.1.26", + "version": "0.1.27", "description": "DoiT official MCP Server", "keywords": [ "doit", diff --git a/src/index.ts b/src/index.ts index 3011a66..53d1b96 100644 --- a/src/index.ts +++ b/src/index.ts @@ -123,6 +123,10 @@ function createServer() { text: `Use the list_dimensions tool to explore available dimensions. Select dimensions that best match your reporting needs. Combine multiple dimensions for more granular analysis, and always review the filter fields reference for optimal filtering.`, name: "Dimension Usage Guidance", }, + { + text: `Before creating a ticket, ask the user if the ticket body is clear and if they want to add more details.`, + name: "Create Ticket", + }, ], }; });