Commit 2a746fc
committed
feat: extend schema generator to support testAutoExposure function
- Add testAutoExposure method definition to manual methods array
- Include input/output schema definitions for string input and structured output
- Add API route handler logic for standalone function import and execution
- Fix unused parameter warning by prefixing with underscore for testAutoExposure
- Enable automatic exposure of the new test function via MCP and REST API1 parent 58bd8a2 commit 2a746fc
1 file changed
+37
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
215 | 242 | | |
216 | 243 | | |
217 | 244 | | |
| |||
420 | 447 | | |
421 | 448 | | |
422 | 449 | | |
423 | | - | |
| 450 | + | |
424 | 451 | | |
425 | 452 | | |
426 | 453 | | |
| |||
483 | 510 | | |
484 | 511 | | |
485 | 512 | | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
486 | 522 | | |
487 | 523 | | |
488 | 524 | | |
| |||
0 commit comments