fix: resolve CI/CD issues - all tests pass locally
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -4,21 +4,20 @@ import pytest
|
||||
from pydantic import ValidationError
|
||||
|
||||
from mcp_server_cli.models import (
|
||||
MCPRequest,
|
||||
MCPResponse,
|
||||
MCPNotification,
|
||||
MCPMethod,
|
||||
ToolDefinition,
|
||||
ToolSchema,
|
||||
ToolParameter,
|
||||
ToolCallParams,
|
||||
ToolCallResult,
|
||||
AppConfig,
|
||||
InitializeParams,
|
||||
InitializeResult,
|
||||
ServerConfig,
|
||||
LocalLLMConfig,
|
||||
MCPMethod,
|
||||
MCPRequest,
|
||||
MCPResponse,
|
||||
SecurityConfig,
|
||||
AppConfig,
|
||||
ServerConfig,
|
||||
ToolCallParams,
|
||||
ToolCallResult,
|
||||
ToolDefinition,
|
||||
ToolParameter,
|
||||
ToolSchema,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user