We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b45ec commit 9dd4991Copy full SHA for 9dd4991
1 file changed
main.py
@@ -1,7 +1,7 @@
1
from devhub_cms_mcp.server import main as server_main
2
3
def main():
4
- """Entry point for the blender-mcp package"""
+ """Entry point for the devhub-cms-mcp package"""
5
server_main()
6
7
if __name__ == "__main__":
0 commit comments