feat: package scaffold — pyproject.toml, src/workbench/ layout
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "workbench-server"
|
||||
version = "0.2.0"
|
||||
description = "MCP server that lets AI CLIs build interactive web pages served over LAN"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp>=1.26.0",
|
||||
"aiohttp>=3.9.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
workbench = "workbench.cli:main"
|
||||
Reference in New Issue
Block a user