Commit 8639534
committed
feat(config): add config reload functionality and update server address field
This commit introduces a new module for configuration reloading and
updates the server configuration field from `bind-process` to
`address`. This change enhances the flexibility of the server
configuration and allows for dynamic updates without requiring a
restart.
BREAKING CHANGE: The configuration field `bind-process` has been
renamed to `address` and requires updates in existing configuration
files.1 parent 154e849 commit 8639534
17 files changed
Lines changed: 1635 additions & 177 deletions
File tree
- src
- application
- execution_service
- operator_console
- config
- transport
- mcp_streamable_http
- tui
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments