Commit 91044b9
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¶m2=value2
Testing: All manual tests pass, no regressions1 parent 22ddb81 commit 91044b9
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments