feat: package scaffold — pyproject.toml, src/workbench/ layout
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
"""Workbench — MCP server for AI-driven interactive web pages."""
|
||||
|
||||
__version__ = "0.2.0"
|
||||
@@ -0,0 +1,5 @@
|
||||
"""Allow running as `python -m workbench`."""
|
||||
|
||||
from workbench.cli import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user