We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cc2b0 commit d6a75a8Copy full SHA for d6a75a8
hatch/cli/cli_mcp.py
@@ -1586,18 +1586,6 @@ def handle_mcp_configure(args: Namespace) -> int:
1586
)
1587
return EXIT_ERROR
1588
1589
- # Validate Claude Desktop/Code transport restrictions (Issue 2)
1590
- if host_type in (MCPHostType.CLAUDE_DESKTOP, MCPHostType.CLAUDE_CODE):
1591
- if url is not None:
1592
- format_validation_error(
1593
- ValidationError(
1594
- f"{host} does not support remote servers (--url)",
1595
- field="--url",
1596
- suggestion="Only local servers with --command are supported for this host",
1597
- )
1598
1599
- return EXIT_ERROR
1600
-
1601
# Validate argument dependencies
1602
if command and header:
1603
format_validation_error(
0 commit comments