File tree Expand file tree Collapse file tree 20 files changed +37
-17
lines changed
01.problem.annotations/src
01.solution.annotations/src
02.problem.structured/src
02.solution.structured/src
02.problem.cancellation/src
02.solution.cancellation/src
01.problem.list-changed/src
01.solution.list-changed/src
02.problem.resources-list-changed/src
02.solution.resources-list-changed/src
03.problem.subscriptions/src
03.solution.subscriptions/src Expand file tree Collapse file tree 20 files changed +37
-17
lines changed Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 tagIdSchema ,
1011 updateEntryInputSchema ,
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 tagIdSchema ,
1011 updateEntryInputSchema ,
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 tagIdSchema ,
1011 updateEntryInputSchema ,
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -89,7 +90,7 @@ export async function initializeTools(agent: EpicMeMCP) {
8990 readOnlyHint : true ,
9091 openWorldHint : false ,
9192 } ,
92- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
93+ outputSchema : { entries : z . array ( entrySchema ) } ,
9394 } ,
9495 async ( ) => {
9596 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -89,7 +90,7 @@ export async function initializeTools(agent: EpicMeMCP) {
8990 readOnlyHint : true ,
9091 openWorldHint : false ,
9192 } ,
92- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
93+ outputSchema : { entries : z . array ( entrySchema ) } ,
9394 } ,
9495 async ( ) => {
9596 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -89,7 +90,7 @@ export async function initializeTools(agent: EpicMeMCP) {
8990 readOnlyHint : true ,
9091 openWorldHint : false ,
9192 } ,
92- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
93+ outputSchema : { entries : z . array ( entrySchema ) } ,
9394 } ,
9495 async ( ) => {
9596 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -94,7 +95,7 @@ export async function initializeTools(agent: EpicMeMCP) {
9495 readOnlyHint : true ,
9596 openWorldHint : false ,
9697 } ,
97- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
98+ outputSchema : { entries : z . array ( entrySchema ) } ,
9899 } ,
99100 async ( ) => {
100101 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -92,7 +93,7 @@ export async function initializeTools(agent: EpicMeMCP) {
9293 readOnlyHint : true ,
9394 openWorldHint : false ,
9495 } ,
95- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
96+ outputSchema : { entries : z . array ( entrySchema ) } ,
9697 } ,
9798 async ( ) => {
9899 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -92,7 +93,7 @@ export async function initializeTools(agent: EpicMeMCP) {
9293 readOnlyHint : true ,
9394 openWorldHint : false ,
9495 } ,
95- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
96+ outputSchema : { entries : z . array ( entrySchema ) } ,
9697 } ,
9798 async ( ) => {
9899 const entries = await agent . db . getEntries ( )
Original file line number Diff line number Diff line change 55 createEntryInputSchema ,
66 createTagInputSchema ,
77 entryIdSchema ,
8+ entrySchema ,
89 entryTagIdSchema ,
910 entryTagSchema ,
1011 entryWithTagsSchema ,
@@ -92,7 +93,7 @@ export async function initializeTools(agent: EpicMeMCP) {
9293 readOnlyHint : true ,
9394 openWorldHint : false ,
9495 } ,
95- outputSchema : { entries : z . array ( entryWithTagsSchema ) } ,
96+ outputSchema : { entries : z . array ( entrySchema ) } ,
9697 } ,
9798 async ( ) => {
9899 const entries = await agent . db . getEntries ( )
You can’t perform that action at this time.
0 commit comments