Commit abcae6b
fix: scope view search to the default schema (#364)
searchViews called connector.getSchemas() directly instead of
resolveDefaultSchemas(), unlike the tables/columns/procedures/indexes
paths. For MySQL/MariaDB, getSchemas() enumerates every user database on
the server, so `search_objects` with object_type "view" and no schema
filter listed views across all databases on the host even when the DSN
named a specific one — contradicting the anti-leak intent documented on
resolveDefaultSchemas.
Connectors that report no default schema (e.g. a MySQL DSN with no
database name) still fall back to the full list, so db-less connections
are unaffected.
Also corrects CLAUDE.md, which documented a `source_id` tool parameter
that does not exist. Multi-database routing is by tool name
(execute_sql_{source_id}); source_id appears in tool output metadata only.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6fce26c commit abcae6b
3 files changed
Lines changed: 42 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
1354 | 1359 | | |
1355 | 1360 | | |
1356 | 1361 | | |
| |||
1370 | 1375 | | |
1371 | 1376 | | |
1372 | 1377 | | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
1373 | 1412 | | |
1374 | 1413 | | |
1375 | 1414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments