anhuaxiang opened a new pull request, #6:
URL: https://github.com/apache/iotdb-mcp-server/pull/6
Fix:
```
$ uvx iotdb-mcp-server
IoTDB Config: {'host': '127.0.0.1', 'port': 6667, 'user': 'root',
'password': 'root', 'database': 'test', 'sql_dialect': 'table'}
Traceback (most recent call last):
File
"/Users/yanrujing/.cache/uv/archive-v0/hlSJLLUl6MenO7yQ_SJ1P/bin/iotdb-mcp-server",
line 12, in <module>
sys.exit(main())
^^^^^^
File
"/Users/yanrujing/.cache/uv/archive-v0/hlSJLLUl6MenO7yQ_SJ1P/lib/python3.12/site-packages/iotdb_mcp_server/__init__.py",
line 30, in main
asyncio.run(server.main(_config))
^^^^^^^^^^^
AttributeError: module 'iotdb_mcp_server.server' has no attribute 'main'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]