Skip to content

Commit 182a019

Browse files
committed
feat: add request context for auth
1 parent f6fcf53 commit 182a019

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.2.16",
3+
"version": "0.2.17-beta.2",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <[email protected]>",

src/utils/requestContext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ export function runInRequestContext<T>(context: RequestContextData, fn: () => T)
2323
return requestContext.run(context, fn);
2424
}
2525

26+

0 commit comments

Comments
 (0)