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
description="Return the fully resolved project configuration with all presets applied and the presets key removed. Use this to understand the complete effective configuration a project runs with.",
77
+
inputSchema={
78
+
"type": "object",
79
+
"properties": {
80
+
"project": {
81
+
"type": "string",
82
+
"description": "Absolute path to the project directory. Use the list_projects tool to see available projects.",
0 commit comments