Skip to content

Commit 59cbd39

Browse files
SéafraSéafra
authored andcommitted
feat: mcp instruction resources now explains closing a thread will delete the messages in it
1 parent 0d0a46f commit 59cbd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/org/coralprotocol/coralserver/mcp/McpInstructionSnippet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum class McpInstructionSnippet(
2828
${McpToolName.CREATE_THREAD} tool. Threads should be created when a new subject of conversation is started,
2929
and should be closed when the conversation reaches a summary, using the ${McpToolName.CLOSE_THREAD} tool.
3030
31-
You cannot send messages into a closed thread.
31+
Messages in a closed thread will be deleted. New messages cannot be sent to a closed thread.
3232
3333
Threads have participants, agents who are not participating in a thread will not see the messages in the thread.
3434
Participants are set during the creation of a thread but can also be added or removed later using the

0 commit comments

Comments
 (0)