-
Notifications
You must be signed in to change notification settings - Fork 170
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: daodao97/chatmcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.65
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: daodao97/chatmcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.66
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 39 files changed
- 2 contributors
Commits on Jun 16, 2025
-
refactor: Remove unnecessary SingleChildScrollView from MarkdownBlock
The `MarkdownBlock` widget itself handles scrolling, making the `SingleChildScrollView` redundant. Removing it simplifies the widget tree and improves performance by avoiding unnecessary layout calculations. The `ConstrainedBox` was also removed as it was no longer needed after removing the `SingleChildScrollView`.
Configuration menu - View commit details
-
Copy full SHA for f163992 - Browse repository at this point
Copy the full SHA f163992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a5049 - Browse repository at this point
Copy the full SHA 10a5049View commit details -
fix: 'withOpacity' is deprecated and shouldn't be used. Use .withValu…
…es() to avoid precision loss. Try replacing the use of the deprecated member with the replacement
Configuration menu - View commit details
-
Copy full SHA for 9b3b50b - Browse repository at this point
Copy the full SHA 9b3b50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e612e99 - Browse repository at this point
Copy the full SHA e612e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a65f73 - Browse repository at this point
Copy the full SHA 7a65f73View commit details
Commits on Jun 17, 2025
-
feat: Support mcp_server configuration in web
This commit introduces support for managing `mcp_server.json` configurations in web environments by utilizing `shared_preferences`. Key changes: - In `McpServerProvider`: - `_loadServers`: For web platforms, loads server configuration from `shared_preferences`. If not found, loads from `assets/mcp_server.json` and saves it to `shared_preferences`. Sets `installed: true` for web servers. - `saveServers`: For web platforms, saves the server configuration to `shared_preferences`. - `_initConfigFile`: Skips file initialization for web. - In `McpServerPage`: - Adjusts logic for checking command existence to use `getPlatformPath()` which returns `null` for web. - Updates platform checks to use `kIsMobile` and `kIsWeb` for consistency. - In `platform.dart`: - Adds `getPlatformPath()` function to retrieve the `PATH` environment variable, returning `null` for web platforms.
Configuration menu - View commit details
-
Copy full SHA for 26583df - Browse repository at this point
Copy the full SHA 26583dfView commit details -
Merge pull request #145 from cevheri/main
Feature Request: Add Web Platform Support
Configuration menu - View commit details
-
Copy full SHA for 35bf7bb - Browse repository at this point
Copy the full SHA 35bf7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e269145 - Browse repository at this point
Copy the full SHA e269145View commit details
Loading
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 v0.0.65...v0.0.66