5 lines
223 B
SQL
5 lines
223 B
SQL
|
|
-- 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;
|