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: tests/Inspector/Stdio/snapshots/StdioDiscoveryCalculatorTest-tools_list.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"tools": [
3
3
{
4
4
"name": "calculate",
5
-
"description": "Performs a calculation based on the operation.",
5
+
"description": "Performs a calculation based on the operation.\n\nSupports 'add', 'subtract', 'multiply', 'divide'.\nObeys the 'precision' and 'allow_negative' settings from the config resource.",
6
6
"icons": [
7
7
{
8
8
"mimeType": "image/svg+xml",
@@ -37,7 +37,7 @@
37
37
},
38
38
{
39
39
"name": "update_setting",
40
-
"description": "Updates a specific configuration setting.",
40
+
"description": "Updates a specific configuration setting.\n\nNote: This requires more robust validation in a real app.",
Copy file name to clipboardExpand all lines: tests/Inspector/Stdio/snapshots/StdioEnvVariablesTest-tools_list.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"tools": [
3
3
{
4
4
"name": "process_data_by_mode",
5
-
"description": "Performs an action that can be modified by an environment variable.",
5
+
"description": "Performs an action that can be modified by an environment variable.\n\nThe MCP client should set 'APP_MODE' in its 'env' config for this server.",
0 commit comments