Skip to content

Commit

Permalink
fix: remove githubusercontent proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
daodao97 committed Jan 6, 2025
1 parent 82585af commit 0d18270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider/mcp_server_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class McpServerProvider extends ChangeNotifier {
}

String mcpServerMarket =
"https://gh-proxy.com/raw.githubusercontent.com/daodao97/chatmcp/refs/heads/main/assets/mcp_server_market.json";
"https://raw.githubusercontent.com/daodao97/chatmcp/refs/heads/main/assets/mcp_server_market.json";

Future<Map<String, dynamic>> loadMarketServers() async {
try {
Expand Down

0 comments on commit 0d18270

Please sign in to comment.