Skip to content

Commit 9509b39

Browse files
Update netlify/edge-functions/mcp-server.ts
Co-authored-by: Louis Escher <[email protected]>
1 parent 5690b5c commit 9509b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netlify/edge-functions/mcp-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export default async function handler(req: Request, { url }: Context) {
102102
302
103103
);
104104
}
105+
105106
try {
106107
const { req: nodeReq, res: nodeRes } = toReqRes(req);
107108
const server = getServer();

0 commit comments

Comments
 (0)