Updating openapi and creating periodic tools

This commit is contained in:
Jevin Maltais
2025-03-22 07:59:36 -04:00
parent e6ef6a1e6d
commit 4c9cea7f30
4 changed files with 749 additions and 15 deletions

View File

@@ -49,6 +49,9 @@ add_tool_handler(tools.PatchContentToolHandler())
add_tool_handler(tools.AppendContentToolHandler())
add_tool_handler(tools.ComplexSearchToolHandler())
add_tool_handler(tools.BatchGetFileContentsToolHandler())
add_tool_handler(tools.PeriodicNotesToolHandler())
add_tool_handler(tools.RecentPeriodicNotesToolHandler())
add_tool_handler(tools.RecentChangesToolHandler())
@app.list_tools()
async def list_tools() -> list[Tool]:
@@ -86,6 +89,3 @@ async def main():
write_stream,
app.create_initialization_options()
)