Skip to content

Commit 0d18270

Browse files
committed
fix: remove githubusercontent proxy
1 parent 82585af commit 0d18270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provider/mcp_server_provider.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class McpServerProvider extends ChangeNotifier {
133133
}
134134

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

138138
Future<Map<String, dynamic>> loadMarketServers() async {
139139
try {

0 commit comments

Comments
 (0)