Commit 2d756aad authored by Jan Reimes's avatar Jan Reimes
Browse files

chore(config): update convert-mcp-cfg task to use array format

parent dbe90d81
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ run = "uv run pytest tests/ -v --cov=src/tdoc_crawler --cov-report=html"


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