Skip to content

Commit c42f2d3

Browse files
authored
Update api.go fix cache location
1 parent 0633dd5 commit c42f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/provider/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func newWithXOXP(transport string, authProvider auth.ValueAuth, logger *zap.Logg
327327

328328
channelsCache := os.Getenv("SLACK_MCP_CHANNELS_CACHE")
329329
if channelsCache == "" {
330-
channelsCache = ".channels_cache.json"
330+
channelsCache = ".channels_cache_v2.json"
331331
}
332332

333333
if os.Getenv("SLACK_MCP_XOXP_TOKEN") == "demo" || (os.Getenv("SLACK_MCP_XOXC_TOKEN") == "demo" && os.Getenv("SLACK_MCP_XOXD_TOKEN") == "demo") {

0 commit comments

Comments
 (0)