fix: Add httpx import to MCP server template

This commit is contained in:
zhanggangyong
2026-01-30 18:43:42 +00:00
parent 1a99ba3ac1
commit 4fcc213565
+1
View File
@@ -471,6 +471,7 @@ import json
import os
from typing import Optional
import httpx
from mcp.server.fastmcp import FastMCP
from pydantic_ai import Agent