ZIm/crates/context_server/src
Marshall Bowers f1ce83b533
context_server: Only look for context server project settings in visible worktrees (#27633)
This PR fixes an issue where we were looking for context server project
settings in _all_ worktrees, not just visible ones.

This meant that if you had a single file worktree open (e.g.,
`settings.json`) this could impact whether context servers defined in
project settings would load.

Release Notes:

- Fixed an issue where context servers defined in project settings would
not be respected in some scenarios.

Co-authored-by: Wilhelm Klopp <wil.klopp@gmail.com>
2025-03-27 22:58:29 +00:00
..
transport Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
client.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
context_server.rs context_server: Abstract server transport (#24528) 2025-02-26 17:19:19 +00:00
context_server_tool.rs Remove ui dependency from assistant_tool and context_server (#27449) 2025-03-25 18:37:15 +00:00
extension_context_server.rs context_server: Interpret context server command paths relative to the extension's work dir (#27201) 2025-03-20 16:36:40 +00:00
manager.rs context_server: Only look for context server project settings in visible worktrees (#27633) 2025-03-27 22:58:29 +00:00
protocol.rs Factor tool definitions out of assistant (#21189) 2024-11-25 18:26:34 -05:00
registry.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
transport.rs context_server: Abstract server transport (#24528) 2025-02-26 17:19:19 +00:00
types.rs context_server: Add missing types for MCP spec to protocol 2024-11-05 (#21498) 2024-12-04 10:45:25 -05:00