Remove mcp-gateway/homeassistant-mcp/entrypoint.py
This commit is contained in:
parent
59681e531c
commit
e1c13ffee3
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import os
|
||||
from homeassistant_mcp import mcp
|
||||
from mcp.server.fastmcp.server import TransportSecuritySettings
|
||||
|
||||
mcp.settings.host = "0.0.0.0"
|
||||
mcp.settings.port = int(os.environ.get("PORT", "8200"))
|
||||
mcp.settings.transport_security = TransportSecuritySettings(
|
||||
enable_dns_rebinding_protection=False,
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run(transport="streamable-http")
|
||||
Loading…
Reference in a new issue