**Planning Structure:** - TODO.md - Sprint planning and current tasks - ROADMAP.md - Long-term vision and milestones - .github/ISSUE_TEMPLATE/ - Issue templates for features and MCP tools **TODO.md:** - 5 phases: Core (done), Enhancement, Advanced, Docs, Integrations - Current sprint tasks clearly defined - Progress tracking with checkboxes **ROADMAP.md:** - Vision and milestones - v1.0 (done), v1.1 (in progress), v1.2-3.0 (planned) - Feature ideas categorized by priority - Metrics and goals - Release schedule **Issue Templates:** - feature_request.md - General features - mcp_tool.md - New MCP tools specifically Next: Fix tests, test MCP with Claude Code, document setup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
853 B
853 B
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| MCP Tool Request | Suggest a new tool for the MCP server | [MCP] Add tool: | mcp, enhancement |
Tool Name
Tool Description
Input Parameters
{
"param1": {
"type": "string",
"description": "...",
"required": true
}
}
Expected Output
Use Case Example
User: "Auto-detect selectors for https://docs.example.com"
Tool: Analyzes page structure and suggests optimal selectors
CLI Integration
- Wraps existing CLI tool:
cli/tool_name.py - New functionality