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
@@ -56,20 +58,23 @@ public McpSchema.ReadResourceResult getLabKeySQLDocumentation() throws IOExcepti
56
58
}
57
59
58
60
@Tool(description = "Provide column metadata for a sql table. This tool will also return SQL source for saved queries.")
61
+
@RequiresPermission(ReadPermission.class)
59
62
StringlistColumns(ToolContexttoolContext, @ToolParam(description = "Fully qualified table name as it would appear in SQL e.g. \"schema\".\"table\"") StringfullQuotedTableName)
@Tool(description = "Provide list of tables within the provided schema.")
69
+
@RequiresPermission(ReadPermission.class)
66
70
StringlistTables(ToolContexttoolContext, @ToolParam(description = "Fully qualified schema name as it would appear in SQL e.g. \"schema\"") StringquotedSchemaName)
@Tool(description = "Provide the SQL source for a saved query.")
96
+
@RequiresPermission(ReadPermission.class)
91
97
StringgetSourceForSavedQuery(ToolContexttoolContext, @ToolParam(description = "Fully qualified query name as it would appear in SQL e.g. \"schema\".\"table or query\"") StringfullQuotedTableName)
0 commit comments