docs: update changelog, readme, and docs for v3.5.0
- Add CHANGELOG.md entry for v3.5.0 with all PR #336 changes - Update README.md: version 3.5.0, agent-agnostic examples, marketplace pipeline, SPA discovery - Update CLAUDE.md: AgentClient architecture, 40 MCP tools, new modules - Update docs/: UML architecture, MCP reference (40 tools, new tool categories), enhancement modes (multi-provider/multi-agent), FAQ - Update src/skill_seekers/mcp/README.md: accurate tool count and paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# MCP Reference - Skill Seekers
|
||||
|
||||
> **Version:** 3.2.0
|
||||
> **Last Updated:** 2026-03-15
|
||||
> **Complete reference for 27 MCP tools**
|
||||
> **Version:** 3.4.0
|
||||
> **Last Updated:** 2026-04-01
|
||||
> **Complete reference for 40 MCP tools**
|
||||
|
||||
---
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
- [Starting the Server](#starting-the-server)
|
||||
- [Tool Categories](#tool-categories)
|
||||
- [Core Tools (9)](#core-tools)
|
||||
- [Extended Tools (9)](#extended-tools)
|
||||
- [Extended Tools (10)](#extended-tools)
|
||||
- [Config Source Tools (5)](#config-source-tools)
|
||||
- [Config Splitting Tools (2)](#config-splitting-tools)
|
||||
- [Config Publishing Tools (1)](#config-publishing-tools)
|
||||
- [Marketplace Tools (4)](#marketplace-tools)
|
||||
- [Vector Database Tools (4)](#vector-database-tools)
|
||||
- [Workflow Tools (5)](#workflow-tools)
|
||||
- [Tool Reference](#tool-reference)
|
||||
@@ -87,14 +89,14 @@ Advanced scraping and analysis tools:
|
||||
|------|---------|
|
||||
| `scrape_github` | GitHub repository analysis |
|
||||
| `scrape_pdf` | PDF extraction |
|
||||
| `scrape_video` | Video transcript extraction |
|
||||
| `scrape_codebase` | Local codebase analysis |
|
||||
| `scrape_generic` | Generic scraper for 10 new source types |
|
||||
| `unified_scrape` | Multi-source scraping |
|
||||
| `sync_config` | Sync config from remote source |
|
||||
| `detect_patterns` | Pattern detection |
|
||||
| `extract_test_examples` | Extract usage examples from tests |
|
||||
| `build_how_to_guides` | Generate how-to guides |
|
||||
| `extract_config_patterns` | Extract configuration patterns |
|
||||
| `detect_conflicts` | Find doc/code discrepancies |
|
||||
|
||||
### Config Source Tools (5)
|
||||
|
||||
@@ -117,6 +119,25 @@ Handle large documentation:
|
||||
| `split_config` | Split large config |
|
||||
| `generate_router` | Generate router skill |
|
||||
|
||||
### Config Publishing Tools (1)
|
||||
|
||||
Push configs to registered source repositories:
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `push_config` | Push validated config to a registered config source repo |
|
||||
|
||||
### Marketplace Tools (4)
|
||||
|
||||
Manage plugin marketplace repositories:
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `add_marketplace` | Register a marketplace repository |
|
||||
| `list_marketplaces` | List registered marketplaces |
|
||||
| `remove_marketplace` | Remove a marketplace |
|
||||
| `publish_to_marketplace` | Publish skill to a marketplace repo |
|
||||
|
||||
### Vector Database Tools (4)
|
||||
|
||||
Export to vector databases:
|
||||
|
||||
Reference in New Issue
Block a user