diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-05-15 12:21:39 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-05-15 12:21:39 +0200 |
| commit | 1f14c5483ee111105f94d66fb3b82208946d914a (patch) | |
| tree | d931715d7a3335324fbcdc51fcef1e0cef590235 /src/sailfish_devel_mcp/__main__.py | |
Initial Sailfish devel MCP
Diffstat (limited to 'src/sailfish_devel_mcp/__main__.py')
| -rw-r--r-- | src/sailfish_devel_mcp/__main__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sailfish_devel_mcp/__main__.py b/src/sailfish_devel_mcp/__main__.py new file mode 100644 index 0000000..c5795c5 --- /dev/null +++ b/src/sailfish_devel_mcp/__main__.py @@ -0,0 +1,6 @@ +from .server import main + + +if __name__ == "__main__": + main() + |
