Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ Il toolkit risolve i path relativi, esegue SQL su DuckDB e produce output in `ro

## Integrazione AI (MCP)

Il toolkit espone **12 tool** MCP per agenti AI e IDE:
Il toolkit espone **5 tool** MCP aggregati per agenti AI e IDE:

| Categoria | Tool |
|---|---|
| **Catalogo** | `toolkit_find`, `toolkit_dataset_overview` |
| **Pipeline** | `toolkit_layer`, `toolkit_status`, `toolkit_schema_diff`, `toolkit_preflight`, `toolkit_list_runs` |
| **Scout** | `toolkit_probe_url` (con `routed=True`), `toolkit_ckan_package_show`, `toolkit_html_extract_links`, `toolkit_sparql_query`, `toolkit_preview_url` |
| Tool | Azioni | Cosa fa |
|---|---|---|
| `toolkit_dataset` | find, overview, status, preflight, schema-diff | Cerca, ispeziona, diagnostica dataset |
| `toolkit_query` | run, preview | SQL su raw/clean/mart, preview URL CSV/TSV |
| `toolkit_pipeline` | contract, runs, registry_list, registry_show, graph | Contratti, run history, registry, grafo relazioni |
| `toolkit_source` | probe, ckan, links, sparql | Probe HTTP, CKAN, HTML links, SPARQL |
| `toolkit_contract` | (unico) | Contratti pipeline (backward compat) |

Config IDE (`.mcp.json`):
```json
Expand Down
Loading
Loading