MCPcopy
hub / github.com/Zie619/n8n-workflows / run

Method run

src/enhanced_api.py:535–539  ·  view source on GitHub ↗

Run the enhanced API server

(self, host: str = "127.0.0.1", port: int = 8000, debug: bool = False)

Source from the content-addressed store, hash-verified

533 return related
534
535 def run(self, host: str = "127.0.0.1", port: int = 8000, debug: bool = False):
536 """Run the enhanced API server"""
537 uvicorn.run(
538 self.app, host=host, port=port, log_level="debug" if debug else "info"
539 )
540
541
542if __name__ == "__main__":

Callers 11

start_serverFunction · 0.80
run_serverFunction · 0.80
initDatabaseMethod · 0.80
runQueryMethod · 0.80
upsertWorkflowMethod · 0.80
integration_hub.pyFile · 0.80
enhanced_api.pyFile · 0.80
ai_assistant.pyFile · 0.80
user_management.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected