feat: auto accept and json response
This commit is contained in:
parent
1bbfa8d603
commit
c5882d3eae
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ export const startMcp = async (app: INestApplication) => {
|
|||
sessionIdGenerator: () => {
|
||||
return randomUUID();
|
||||
},
|
||||
enableJsonResponse: true,
|
||||
},
|
||||
req,
|
||||
res,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue