File tree Expand file tree Collapse file tree
src/app/api/internal/[transport] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ const config = {
1111 } ,
1212 // Include OpenAPI files in output tracing for Vercel deployments
1313 outputFileTracingIncludes : {
14- '/api/**/*' : [ './openapi/**/*' ] ,
15- '/**/*' : [ './openapi/**/*' ] ,
14+ '/**/*' : [ './content/**/*' , './openapi/**/*' ] ,
1615 } ,
1716 async redirects ( ) {
1817 return [
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ const handler = createMcpHandler(
248248 } ) ;
249249
250250 try {
251- const instructionsPath = "content/setup-instructions.md" ;
252- const instructions = await readFile ( instructionsPath , "utf-8" ) ;
251+ const instructionsFromCurrentFile = "content/setup-instructions.md" ;
252+ const instructions = await readFile ( instructionsFromCurrentFile , "utf-8" ) ;
253253
254254 return {
255255 content : [
You can’t perform that action at this time.
0 commit comments