Merge dev into update-oauth-docs

This commit is contained in:
Konsti Wohlwend 2025-10-02 06:31:23 -05:00 committed by GitHub
commit ce5835c6ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,7 @@ const config = {
},
// Include OpenAPI files in output tracing for Vercel deployments
outputFileTracingIncludes: {
'/api/**/*': ['./openapi/**/*'],
'/**/*': ['./openapi/**/*'],
'/**/*': ['./content/**/*', './openapi/**/*'],
},
async redirects() {
return [

View File

@ -248,8 +248,8 @@ const handler = createMcpHandler(
});
try {
const instructionsPath = "content/setup-instructions.md";
const instructions = await readFile(instructionsPath, "utf-8");
const instructionsFromCurrentFile = "content/setup-instructions.md";
const instructions = await readFile(instructionsFromCurrentFile, "utf-8");
return {
content: [