mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix linting errors
This commit is contained in:
parent
ffce25cd94
commit
002837f962
2 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,8 @@ router = APIRouter(
|
|||
prefix="/mcp",
|
||||
tags=["mcp"],
|
||||
)
|
||||
server = Server("litellm-mcp-server")
|
||||
sse = SseServerTransport("/mcp/sse/messages")
|
||||
server: Server = Server("litellm-mcp-server")
|
||||
sse: SseServerTransport = SseServerTransport("/mcp/sse/messages")
|
||||
|
||||
########################################################
|
||||
############### MCP Server Routes #######################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue