Skip to content

Commit d81fd5c

Browse files
Update 'list_entries' hint message to say correct schema type (#16)
Updated 'list_entries' hint message (comment) to tell developer about correct schema type to use. list_entries return array of entrySchema and hence comment is updated.
1 parent 7ad23c0 commit d81fd5c

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.advanced-tools/02.problem.structured/src

1 file changed

+1
-1
lines changed

exercises/01.advanced-tools/02.problem.structured/src/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function initializeTools(agent: EpicMeMCP) {
9999
readOnlyHint: true,
100100
openWorldHint: false,
101101
} satisfies ToolAnnotations,
102-
// 🐨 add an outputSchema here with entries that is an array of entryWithTagsSchema
102+
// 🐨 add an outputSchema here with entries that is an array of entrySchema
103103
},
104104
async () => {
105105
const entries = await agent.db.getEntries()

0 commit comments

Comments
 (0)