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
To allow library consumers to make use of existing tool names, category
and operationType, we are marking the name, category and operationType
properties of a Tool as static so that library consumers can simply
import AllTools from mongodb-mcp-server/tools export and make decision
based on these static properties.
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