apple muncy commited on
Commit
948b954
·
1 Parent(s): 84f1c5d

adding print statement to mcp_sever

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. mcp_server.py +1 -0
mcp_server.py CHANGED
@@ -181,4 +181,5 @@ This PR adds the `{new_tag}` tag to the model repository.
181
 
182
 
183
  if __name__ == "__main__":
 
184
  mcp.run()
 
181
 
182
 
183
  if __name__ == "__main__":
184
+ print("🚀 Starting mcp_server...")
185
  mcp.run()