
The console script entry point gemini-research-mcp=server:main will fail because there is no main function defined in server.py. The code under if __name__ == "__main__": in server.py should be wrapped in a main() function to make this entry point work. I have added a suggestion in server.py to implement this.
Originally posted by @gemini-code-assist[bot] in #203 (comment)
The console script entry point
gemini-research-mcp=server:mainwill fail because there is nomainfunction defined inserver.py. The code underif __name__ == "__main__":inserver.pyshould be wrapped in amain()function to make this entry point work. I have added a suggestion inserver.pyto implement this.Originally posted by @gemini-code-assist[bot] in #203 (comment)