fix: StdioServerParameters import
This commit is contained in:
parent
30244b942d
commit
ee7a4d716e
1 changed files with 1 additions and 3 deletions
|
|
@ -26,10 +26,8 @@ except ImportError:
|
|||
print("Warning: python-dotenv package not found. Install with: pip install python-dotenv")
|
||||
|
||||
# MCP imports
|
||||
from mcp import ClientSession
|
||||
from mcp import ClientSession, StdioServerParameters, types
|
||||
from mcp.client.stdio import stdio_client
|
||||
from mcp.client.param.stdio import StdioServerParameters
|
||||
|
||||
|
||||
class LLMProcessor:
|
||||
"""Processes text through LLM and executes MCP tools."""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue