Skip to content

Commit

Permalink
added missing __main__ in mcp_server_sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Dec 2, 2024
1 parent f2e8f2e commit aa5647f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sentry/src/mcp_server_sentry/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from mcp_server_sentry.server import main

if __name__ == "__main__":
main()

0 comments on commit aa5647f

Please sign in to comment.