Skip to content

Fix REVIT_HOST to use 127.0.0.1 instead of localhost#36

Open
Carcamoale wants to merge 1 commit into
mcp-servers-for-revit:masterfrom
Carcamoale:master
Open

Fix REVIT_HOST to use 127.0.0.1 instead of localhost#36
Carcamoale wants to merge 1 commit into
mcp-servers-for-revit:masterfrom
Carcamoale:master

Conversation

@Carcamoale

Copy link
Copy Markdown

localhost can resolve to ::1 (IPv6) on some Windows machines, causing connection failures to the pyRevit Routes server which binds only on 127.0.0.1. Using the literal IP avoids the ambiguity.

localhost can resolve to ::1 (IPv6) on some Windows machines, causing
connection failures to the pyRevit Routes server which binds only on
127.0.0.1. Using the literal IP avoids the ambiguity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant