MinCPionS / sql /update_tools.sql
KoRiF
implement MCP server search engine
4dc29ae
raw
history blame contribute delete
103 Bytes
INSERT OR REPLACE INTO tools
(space_id, tool_name, description, input_schema)
VALUES (?, ?, ?, ?)