Skip to content

Commit a1ca2d3

Browse files
Update src/seclab_taskflow_agent/mcp_servers/echo/echo.py
Co-authored-by: Copilot <[email protected]>
1 parent 8c1ffbf commit a1ca2d3

File tree

1 file changed

+1
-1
lines changed
  • src/seclab_taskflow_agent/mcp_servers/echo

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/mcp_servers/echo/echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
#from mcp.server.fastmcp import FastMCP
66
from fastmcp import FastMCP # move to FastMCP 2.0
7-
from .path_utils import log_file_name
7+
from seclab_taskflow_agent.path_utils import log_file_name
88

99
logging.basicConfig(
1010
level=logging.DEBUG,

0 commit comments

Comments
 (0)