Commit dcad46c
fix(mcp): change mcpCheckInput default operation from query to execute (#104)
* fix(mcp): change mcpCheckInput default operation from query to execute
Follows axonflow-enterprise#1288. The check-input endpoint is called by
external orchestrators managing their own MCP execution, so defaulting to
"execute" (conservative) is semantically correct over "query" (read-only).
* fix(test): update default operation assertion from query to execute
---------
Co-authored-by: Saurabh Jain <saurabhjain1592@gmail.com>1 parent 9756987 commit dcad46c
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src
- main/java/com/getaxonflow/sdk
- types
- test/java/com/getaxonflow/sdk/types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
| 1507 | + | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1527 | 1527 | | |
1528 | 1528 | | |
1529 | 1529 | | |
1530 | | - | |
| 1530 | + | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | 1533 | | |
| |||
0 commit comments