Update documentation: correct MCP tool count to 9 tools

- Update mcp/README.md: 8 tools → 9 tools, add upload_skill docs
- Update docs/MCP_SETUP.md: verify section lists all 9 tools
- Update docs/CLAUDE.md: MCP tool references updated
- Add upload_skill to tool listings and examples
- Update test coverage count: 31 → 34 tests

All documentation now accurately reflects the current feature set.
This commit is contained in:
yusyus
2025-10-19 22:22:03 +03:00
parent d8cc92cd46
commit 06dabf639c
3 changed files with 32 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ The LOCAL enhancement option (`--enhance-local` or `enhance_skill_local.py`) ope
"Package skill at output/react/"
```
8 MCP tools available: list_configs, generate_config, validate_config, estimate_pages, scrape_docs, package_skill, split_config, generate_router
9 MCP tools available: list_configs, generate_config, validate_config, estimate_pages, scrape_docs, package_skill, upload_skill, split_config, generate_router
### Test with limited pages (edit config first)
Set `"max_pages": 20` in the config file to test with fewer pages.
@@ -134,7 +134,7 @@ Skill_Seekers/
│ ├── package_skill.py # Single skill packager
│ └── package_multi.py # Multi-skill packager (NEW)
├── mcp/ # MCP server
│ ├── server.py # 8 MCP tools (includes split/router)
│ ├── server.py # 9 MCP tools (includes upload)
│ └── README.md
├── configs/ # Preset configurations
│ ├── godot.json

View File

@@ -2,10 +2,10 @@
Step-by-step guide to set up the Skill Seeker MCP server with Claude Code.
**✅ Fully Tested and Working**: All 8 MCP tools verified in production use with Claude Code
- ✅ 31 comprehensive unit tests (100% pass rate)
**✅ Fully Tested and Working**: All 9 MCP tools verified in production use with Claude Code
- ✅ 34 comprehensive unit tests (100% pass rate)
- ✅ Integration tested via actual Claude Code MCP protocol
- ✅ All 8 tools working with natural language commands (includes large docs support!)
- ✅ All 9 tools working with natural language commands (includes upload support!)
---
@@ -182,13 +182,16 @@ In Claude Code, type:
List all available MCP tools
```
You should see 6 Skill Seeker tools:
You should see 9 Skill Seeker tools:
- `generate_config`
- `estimate_pages`
- `scrape_docs`
- `package_skill`
- `upload_skill`
- `list_configs`
- `validate_config`
- `split_config`
- `generate_router`
### Step 2: Test a Simple Command