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
This commit brings back static operationType property on ToolClass
declarations and ensures that current tools abides by it.
Additionally we are now exporting Tools as a record instead of list to
allow selective picking.
protecteddescription=`Get MongoDB Atlas performance advisor recommendations, which includes the operations: suggested indexes, drop index suggestions, schema suggestions, and a sample of the most recent (max ${DEFAULT_SLOW_QUERY_LOGS_LIMIT}) slow query logs`;
29
-
publicoperationType: OperationType="read";
29
+
staticoperationType: OperationType="read";
30
30
protectedargsShape={
31
31
projectId: AtlasArgs.projectId().describe(
32
32
"Atlas project ID to get performance advisor recommendations. The project ID is a hexadecimal identifier of 24 characters. If the user has only specified the name, use the `atlas-list-projects` tool to retrieve the user's projects with their ids."
0 commit comments