-
Notifications
You must be signed in to change notification settings - Fork 0
Add MCP server configuration and initialization to TUI #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
teemow
wants to merge
270
commits into
main
Choose a base branch
from
teemow-manage-mcps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…n up related code
…d mocking in tests
… for improved testability
…and update related functions
…larity and consistency
…ency across files
…pdate functions, and revert to local types for clarity
…nditional statements and cleaning up commented code
…s and update method signatures for clarity
…or clarity, improve logging, and clean up commented code
…er method and adjust related tests
…signatures, and clean up unused code
…ogging logic, and improve viewport initialization
…g, update function signatures, and improve logging for error details
…ger and update test signatures for consistency
…nup logic in StartAndManageIndividualPortForward
…og message formatting
…mes, improve logging clarity, and enhance error handling
…ine log entry handling, and enhance test consistency
…ceholder data for status updates
…ing functions for improved context handling
…integration and workflow naming conventions
…rio and improve cleanup logic
… error handling scenarios
…from create, update, and delete operations
… enhance validation error messages
…descriptions for clarity
…nd enhancing definition loading
…and implement service validation tool
…ds to streamline API functionality
…itions, replacing with default values for TUI display
…fying the TUI model and related functions
…fields and enhance service class handling
…kflow and service class definitions
…aliases and unused port forward service
…rameter parsing and error reporting
…e in various components
…ce identification
… MCP server creation
…tion and update documentation for schema generation and validation features
… service classes; remove deprecated refresh scenarios and update existing scenarios by removing descriptions
…cenarios to use 'localCommand' type with appropriate commands
…amline command construction for mock MCP server configuration
…clarity in service class management
… the aggregator components
…tion, normalize state values to lowercase, and remove unused container runner code
…onsistent spacing across multiple files
…viceAPI interface
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.
Introduce configuration for predefined MCP servers and implement their initialization within the TUI. This enhances the application's capability to manage MCP server processes effectively.