Skip to content

Commit 91044b9

Browse files
committed
feat: complete URL query parameter implementation
Summary: - URL query parameters pre-fill tool forms and SQL editor - Bidirectional sync: URL updates as user edits (300ms debounce) - Type coercion for number/boolean parameters - Invalid parameters silently ignored - Empty values removed from URL - Uses replaceState (no history pollution) - Backward compatible (works without query params) URL format: - execute_sql: ?sql=SELECT%20*%20FROM%20users - custom tools: ?param1=value1&param2=value2 Testing: All manual tests pass, no regressions
1 parent 22ddb81 commit 91044b9

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)