Commit 75715e53 authored by Jan Reimes's avatar Jan Reimes
Browse files

chore(config): remove unnecessary 'cls' command from convert-mcp-cfg task

parent 639a0066
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,6 +27,5 @@ run = "uv run pytest tests/ -v --cov=src/tdoc_crawler --cov-report=html"

[tasks.convert-mcp-cfg]
run = """
    cls
    uvx --from https://github.com/jr2804/mcp-config-converter.git mcp-config-converter convert .vscode/mcp.json --provider{% if args %} {{ args }}{% endif %}
"""