Commit 35fb6e3
committed
feat: v3.17.0 — wire NpgsqlRest.Mcp into the standalone client
NpgsqlRestClient now references the Mcp plugin and registers it from a McpOptions
config section in CreateCodeGenHandlers (Enabled / UrlPath / ServerName /
ServerVersion / Instructions). Disabled by default — when McpOptions:Enabled is
not true the server is not registered (no behavior change). Full suite green (2160).
Discoverability (appsettings/ConfigTemplate/ConfigDefaults/schema McpOptions section)
and docs follow in a separate change.1 parent d26fde6 commit 35fb6e3
2 files changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
579 | 595 | | |
580 | 596 | | |
581 | 597 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments