Skip to content

Commit 28e3d92

Browse files
committed
feat(mcp): invoices prompts
1 parent 9d4cded commit 28e3d92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ function createServer() {
135135
text: `Before creating a ticket, ask the user if the ticket body is clear and if they want to add more details.`,
136136
name: "Create Ticket",
137137
},
138+
{
139+
text: `Create a document (Artifacts) with a table to display invoice details. Include the following columns: Invoice ID, Invoice Date, Due Date, Status, Total Amount, Balance Amount, Currency, and URL. For line items, create a separate table with columns: Description, Details, Price, Quantity, Type, and Currency. Add any relevant payment status or due date alerts. (Do not generate code, only a document)`,
140+
name: "Generate Invoice Details Document",
141+
},
142+
{
143+
text: `Tools results should use the Document artifact type if possible.`,
144+
name: "DoiT MCP Server tools output",
145+
},
138146
],
139147
};
140148
});

0 commit comments

Comments
 (0)