Add server selection UI for per-server LLM configuration - #5
Draft
franktheglock with Copilot wants to merge 6 commits into
Draft
Add server selection UI for per-server LLM configuration#5franktheglock with Copilot wants to merge 6 commits into
franktheglock with Copilot wants to merge 6 commits into
Conversation
- Add clickable server items with visual selection state - Display selected server name in LLM Configuration header - Add instructional text to Server Connections card - Preserve server selection across refreshes - Update configuration display when server selection changes Co-authored-by: franktheglock <169854515+franktheglock@users.noreply.github.com>
- Verify each server can have independent LLM settings - Test configuration updates don't affect other servers - Validate database-level isolation - All tests passing successfully Co-authored-by: franktheglock <169854515+franktheglock@users.noreply.github.com>
- Add CSS classes for server instruction and selected server name - Replace inline styles with proper CSS classes - Use constants for test server IDs for better readability - Improve code maintainability and consistency Co-authored-by: franktheglock <169854515+franktheglock@users.noreply.github.com>
- Ensure test database is cleaned up even if test fails - Prevents test artifacts from accumulating - Improves test reliability and maintainability Co-authored-by: franktheglock <169854515+franktheglock@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix per server LLM configuration issue
Add server selection UI for per-server LLM configuration
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dashboard displayed all connected servers but always edited the first one's configuration. No UI existed to select which server to configure, making per-server LLM customization impossible despite backend support.
Changes
UI & Interaction
data-server-idattribute.selectedCSS class for visual feedback (blue border/background)JavaScript Logic
State Management
currentServerNameandserversto state objectScreenshots
Gaming Community selected (OpenAI GPT-4):

Dev Team selected (Anthropic Claude):

Testing
Added
tests/test_server_config.pyverifying:Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.