Skip to content

Commit e334f7e

Browse files
authored
Update __init__.py (#335)
1 parent c3fd34a commit e334f7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mcp/server/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .fastmcp import FastMCP
22
from .lowlevel import NotificationOptions, Server
3+
from .models import InitializationOptions
34

4-
__all__ = ["Server", "FastMCP", "NotificationOptions"]
5+
__all__ = ["Server", "FastMCP", "NotificationOptions", "InitializationOptions"]

0 commit comments

Comments
 (0)