Skip to content

Commit 7c94fdc

Browse files
committed
Remove default path from HTTP app configuration in main.py
1 parent 5f71b48 commit 7c94fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def fetch_url(url: str, method: str = "GET", headers: Optional[Dict[str, str]] =
156156

157157
# Create HTTP app with JSON responses and stateless operation
158158
app = mcp.http_app(
159-
path="/mcp",
160159
json_response=True,
161160
stateless_http=True,
162161
transport="streamable-http"

0 commit comments

Comments
 (0)