20 lines
516 B
YAML
20 lines
516 B
YAML
name: dew_mcp
|
|
description: MCP server for the Dew project management tool. Collects and serves tools registered by feature packages via the McpToolProvider interface.
|
|
version: 0.1.0
|
|
repository: https://github.com/artificerchris/dew
|
|
issue_tracker: https://github.com/artificerchris/dew/issues
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ^3.12.0
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
dew_core: ^0.1.0
|
|
dart_mcp: ^0.5.0
|
|
yaml: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|
|
dew_kanban: ^0.1.0
|