Skip to content

Commit 5690b5c

Browse files
fix: let GET request back in
1 parent 2965e33 commit 5690b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/edge-functions/mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ export default async function handler(req: Request, { url }: Context) {
135135

136136
export const config: Config = {
137137
path: ["/mcp", "/"],
138-
method: ["POST"],
138+
method: ["POST", "GET"],
139139
};

0 commit comments

Comments
 (0)