Skip to content

Commit 2e08d68

Browse files
committed
feat: add redirect rule for GET request on /mcp
1 parent f54d343 commit 2e08d68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[build]
22
publish = "public"
3+
4+
[[redirects]]
5+
from = "/mcp"
6+
to = "/"
7+
status = 302

0 commit comments

Comments
 (0)