Skip to content

Commit 7673deb

Browse files
committed
fix(run_manifest_validation): Mark the tool as read-only
1 parent 95c3527 commit 7673deb

File tree

1 file changed

+1
-1
lines changed
  • src/tools/run_manifest_validation

1 file changed

+1
-1
lines changed

src/tools/run_manifest_validation/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function registerTool(registerTool: RegisterTool, context: Contex
1515
"to verify that no new problems have been introduced.",
1616
annotations: {
1717
title: "Manifest Validation",
18-
readOnlyHint: false,
18+
readOnlyHint: true,
1919
},
2020
inputSchema,
2121
outputSchema,

0 commit comments

Comments
 (0)