-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: milisp/mcp-linker
base: v1.2.8
head repository: milisp/mcp-linker
compare: v1.3.0
- 8 commits
- 68 files changed
- 1 contributor
Commits on Jun 2, 2025
-
feat: implement GitHub repository cloning functionality
- Updated package.json to version 1.2.9. - Added a new Zustand store for managing GitHub repository URLs. - Enhanced the ServerCard component to set the repository URL when a server is selected. - Implemented a clone button in the ArgsTextarea component that triggers a GitHub clone operation. - Introduced a new utility function to parse GitHub repository URLs. - Added a Tauri command for cloning repositories from GitHub, ensuring proper error handling and user feedback.
Configuration menu - View commit details
-
Copy full SHA for 5624d19 - Browse repository at this point
Copy the full SHA 5624d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea367b - Browse repository at this point
Copy the full SHA dea367bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc65246 - Browse repository at this point
Copy the full SHA bc65246View commit details
Commits on Jun 4, 2025
-
feat: add routing and authentication pages, update dependencies
- Introduced a new routing structure with AppRoutes for better navigation. - Added authentication page (AuthPage) for user login via GitHub and Google. - Implemented categories page for server management and discovery. - Enhanced Dashboard and Favorites pages for improved user experience. - Updated package.json and bun.lock to include new dependencies for Radix UI tooltip. - Removed obsolete ContentArea component and refactored Layout to streamline rendering. - Added new translations for submit and view detail actions. - Cleaned up unused components and improved overall code organization.
Configuration menu - View commit details
-
Copy full SHA for 48e1569 - Browse repository at this point
Copy the full SHA 48e1569View commit details -
feat: implement configuration file existence check in Recently component
- Added a new function to check if the mcplinker configuration file exists before adding server items. - Enhanced error handling and user feedback with toast notifications during the server addition process. - Updated the loading logic for saved server configurations to include the new check.
Configuration menu - View commit details
-
Copy full SHA for c4ca574 - Browse repository at this point
Copy the full SHA c4ca574View commit details -
feat: enhance MCP server management with new components and functiona…
…lity - Added CommandDisplay, McpServerTable, ServerActionButtons, ServerStatusSwitch, and SyncConfigDialog components for improved server management. - Implemented enable/disable functionality for MCP servers with corresponding Tauri commands. - Updated package.json and bun.lock to include new dependencies for Radix UI components. - Refactored manage page to utilize the new table component for displaying server configurations. - Improved error handling and user feedback with toast notifications during server actions.
Configuration menu - View commit details
-
Copy full SHA for 8842702 - Browse repository at this point
Copy the full SHA 8842702View commit details -
chore: update README files with new sync feature and manage example s…
…creenshots - Updated English, Japanese, and Chinese README files to include information about syncing server configurations across clients. - Added new "Manage Example" section with screenshots to enhance user understanding of server management. - Removed outdated manager screenshot from the images directory.
Configuration menu - View commit details
-
Copy full SHA for eef23d9 - Browse repository at this point
Copy the full SHA eef23d9View commit details -
feat: fix search page and enhance server fetching logic
- Introduced a new SearchPage component for improved server search functionality. - Fix routing to include the search page. - Enhanced server fetching logic with a longer timeout and refined error handling for better user feedback. - Improved loading state display in the SearchPage to indicate ongoing searches. chore: update package and dependencies to version 1.3.0 - Bumped version of package.json and Cargo files for mcp-linker to 1.3.0. - Ensured consistency across package management files.
Configuration menu - View commit details
-
Copy full SHA for e03ad5a - Browse repository at this point
Copy the full SHA e03ad5aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.8...v1.3.0