mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 20:44:17 +02:00
Fix pre-commit errors.
This commit is contained in:
parent
b77907797c
commit
8068bed9fc
1 changed files with 4 additions and 3 deletions
|
|
@ -1,15 +1,14 @@
|
|||
"""Tests for example servers"""
|
||||
|
||||
import pytest
|
||||
|
||||
from mcp.shared.memory import (
|
||||
create_connected_server_and_client_session as client_session,
|
||||
)
|
||||
from mcp.types import (
|
||||
PromptMessage,
|
||||
ReadResourceResult,
|
||||
TextContent,
|
||||
TextResourceContents,
|
||||
ReadResourceResult,
|
||||
PromptMessage,
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -45,7 +44,9 @@ async def test_complex_inputs():
|
|||
async def test_desktop(monkeypatch):
|
||||
"""Test the desktop server"""
|
||||
from pathlib import Path
|
||||
|
||||
from pydantic import AnyUrl
|
||||
|
||||
from examples.desktop import mcp
|
||||
|
||||
# Mock desktop directory listing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue