mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
Formatting
This commit is contained in:
@@ -11,6 +11,7 @@ TEST_INITIALIZATION_OPTIONS = InitializationOptions(
|
||||
capabilities=ServerCapabilities(),
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def mcp_server() -> Server:
|
||||
server = Server(name="test_server")
|
||||
@@ -21,7 +22,7 @@ def mcp_server() -> Server:
|
||||
Resource(
|
||||
uri=AnyUrl("memory://test"),
|
||||
name="Test Resource",
|
||||
description="A test resource"
|
||||
description="A test resource",
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user