Skip to content

Commit 13a9e72

Browse files
Update src/services/mcp/types.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent fe39ced commit 13a9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/mcp/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const SendMessageSchema = z.object({
1919
message: z
2020
.string()
2121
.describe(
22-
"The message to send for giving some feedback or provide some relections at current task. You can use @ with relative path to add context, or use an absolute path when you want take some references from local files",
22+
"The message to send for giving some feedback or provide some reflections at current task. You can use @ with relative path to add context, or use an absolute path when you want to take some references from local files",
2323
),
2424
})
2525

0 commit comments

Comments
 (0)