Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mcp/prompts/core/consult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
role: "user",
content: {
type: "text",
text: `Missing required conditions to run this prompt:\n\n${gifTosError.content[0]?.text}`,
text: `Missing required conditions to run this prompt:\n\n${gifTosError.content[0]?.text}\n\nPlease ask the user if they would like to accept these terms of service before proceeding. If they decline, inform them that this operation cannot continue without their acceptance.`,

Check warning on line 30 in src/mcp/prompts/core/consult.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Invalid type "unknown" of template literal expression
},
},
];
Expand Down
Loading