Skip to content

Commit d717684

Browse files
committed
feat: add url property to RequestInfo interface
Expose the request URL in RequestInfo, allowing server handlers to access query parameters, path info, and other URL components from incoming requests.
1 parent a0c9b13 commit d717684

File tree

7 files changed

+5402
-7
lines changed

7 files changed

+5402
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@modelcontextprotocol/sdk': minor
3+
---
4+
5+
Add `url` property to `RequestInfo` interface, exposing the request URL to server handlers

0 commit comments

Comments
 (0)