Skip to content

Commit 7bd4ab0

Browse files
committed
add asyncio import
1 parent 311580c commit 7bd4ab0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "chuk-tool-processor"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/chuk_tool_processor/mcp/transport/stdio_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# chuk_tool_processor/mcp/transport/stdio_transport.py
22
from __future__ import annotations
33

4+
import asyncio
45
import json
56
from typing import Dict, Any, List, Optional
67
import logging

0 commit comments

Comments
 (0)