Skip to content

Commit 222a5c2

Browse files
Update src/seclab_taskflow_agent/path_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8329d42 commit 222a5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/path_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pathlib import Path
77

88

9-
def mcp_data_dir(packagename: str, mcpname: str, env_override: str | None):
9+
def mcp_data_dir(packagename: str, mcpname: str, env_override: str | None) -> Path:
1010
"""
1111
Create a directory for an MCP to store its data.
1212
env_override is the name of an environment variable that

0 commit comments

Comments
 (0)