You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/toolDefinitions.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Use this as the first step for any leaderboard integration request.`,
123
123
// 🔧 Environment Check Tool
124
124
{
125
125
name: 'check_environment',
126
-
description: 'Check environment configuration and user authentication status. Use this to verify if TAPTAP_MAC_TOKEN and TAPTAP_CLIENT_ID are configured.',
126
+
description: 'Check environment configuration and user authentication status. Use this to verify if TDS_MCP_MAC_TOKEN and TDS_MCP_CLIENT_ID are configured.',
127
127
inputSchema: {
128
128
type: 'object',
129
129
properties: {}
@@ -158,7 +158,7 @@ Use this as the first step for any leaderboard integration request.`,
description: `Create a new leaderboard on TapTap server. Use this AFTER checking existing leaderboards with list_leaderboards.
@@ -267,7 +267,7 @@ Auto-fetches developer_id and app_id if not provided. Returns leaderboard_id for
267
267
}
268
268
},
269
269
270
-
// 🔑 User Data Tools (requires TAPTAP_MAC_TOKEN)
270
+
// 🔑 User Data Tools (requires TDS_MCP_MAC_TOKEN)
271
271
{
272
272
name: 'get_user_leaderboard_scores',
273
273
description: 'Get actual user leaderboard score data from TapTap API (requires user login). Use this when user wants to see their own scores or ranking positions. Falls back to documentation mode if token is not provided.',
0 commit comments