Files
leocrm/app/plugins/builtins/mcp_server/migrations/0001_initial.sql
T

5 lines
223 B
SQL
Raw Normal View History

-- MCP Server plugin: no persistent tables needed (stateless tool gateway).
-- This migration exists to satisfy the plugin migration framework.
-- MCP tokens are validated via session auth or external API tokens.
SELECT 1;