Bear MCP Server

by jkawamoto
Verified

todo

Select the Todo sidebar item.

Input Schema

NameRequiredDescriptionDefault
searchNostring to search

Input Schema (JSON Schema)

{ "properties": { "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "string to search", "title": "Search" } }, "title": "todoArguments", "type": "object" }