mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
ruff --fix
This commit is contained in:
@@ -21,7 +21,7 @@ for reference.
|
|||||||
not separate types in the schema.
|
not separate types in the schema.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LATEST_PROTOCOL_VERSION = "2024-10-07";
|
LATEST_PROTOCOL_VERSION = "2024-10-07"
|
||||||
|
|
||||||
ProgressToken = str | int
|
ProgressToken = str | int
|
||||||
Cursor = str
|
Cursor = str
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
from mcp_python.types import LATEST_PROTOCOL_VERSION, ClientRequest, JSONRPCMessage, JSONRPCRequest
|
from mcp_python.types import (
|
||||||
|
LATEST_PROTOCOL_VERSION,
|
||||||
|
ClientRequest,
|
||||||
|
JSONRPCMessage,
|
||||||
|
JSONRPCRequest,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_jsonrpc_request():
|
def test_jsonrpc_request():
|
||||||
|
|||||||
Reference in New Issue
Block a user