feat(mcp): add new tools to the registered tools list

This commit is contained in:
Hein
2026-04-02 13:53:11 +02:00
parent d0bfdbfbab
commit 9cfcb5621b

View File

@@ -40,15 +40,19 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"add_recipe",
"add_skill",
"add_vendor",
"annotate_tool",
"archive_thought",
"backfill_embeddings",
"capture_thought",
"create_meal_plan",
"create_opportunity",
"create_project",
"delete_chat_history",
"delete_thought",
"describe_tools",
"generate_shopping_list",
"get_active_project",
"get_chat_history",
"get_contact_history",
"get_follow_ups_due",
"get_household_item",
@@ -61,6 +65,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"get_week_schedule",
"link_thought_to_contact",
"link_thoughts",
"list_chat_histories",
"list_family_members",
"list_files",
"list_guardrails",
@@ -81,6 +86,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"remove_skill",
"reparse_thought_metadata",
"retry_failed_metadata",
"save_chat_history",
"save_file",
"search_activities",
"search_contacts",