Skip to content

Commit 5f1a5dd

Browse files
committed
revert description for execute tool
1 parent 794691d commit 5f1a5dd

File tree

1 file changed

+1
-1
lines changed
  • crates/apollo-mcp-server/src/introspection/tools

1 file changed

+1
-1
lines changed

crates/apollo-mcp-server/src/introspection/tools/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl Execute {
3636
mutation_mode,
3737
tool: Tool::new(
3838
EXECUTE_TOOL_NAME,
39-
"Execute a GraphQL operation. Use the `introspect` tool first to get information about the GraphQL schema. Always use the schema to create operations - do not try arbitrary operations. If available, first use the `validate` tool to validate operations. DO NOT try to execute introspection queries.",
39+
"Execute a GraphQL operation. Use the `introspect` tool to get information about the GraphQL schema. Always use the schema to create operations - do not try arbitrary operations. If available, first use the `validate` tool to validate operations. DO NOT try to execute introspection queries.",
4040
schema_from_type!(Input),
4141
),
4242
}

0 commit comments

Comments
 (0)