mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
feat(mcp-server): enable idempotentHint by default
Changed the `idempotentHint` annotation from `false` to `true` in the MCP server configuration. This enables idempotent behavior hints for relevant operations.
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ async function main() {
|
||||
outputSchema: evaluateOutputSchema,
|
||||
annotations: {
|
||||
readOnlyHint: true,
|
||||
idempotentHint: false,
|
||||
idempotentHint: true,
|
||||
openWorldHint: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user