Move UML/ directory and Architecture.md from Docs/ to docs/. Rename Architecture.md to UML_ARCHITECTURE.md to avoid collision with existing docs/ARCHITECTURE.md (docs organization file). Update all references in README.md, CONTRIBUTING.md, CLAUDE.md, and the architecture file itself. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
742 lines
20 KiB
HTML
742 lines
20 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SkillSeekerMCPServer</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="../assets/css/bootstrap.css">
|
|
<link rel="stylesheet" href="../assets/css/jquery.bonsai.css">
|
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
<link rel="stylesheet" href="../assets/icon-font/icons.css">
|
|
<script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script>
|
|
<script type="text/javascript" src="../assets/js/bootstrap.js"></script>
|
|
<script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script>
|
|
<script type="text/javascript" src="../assets/js/imageMapResizer.min.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div>
|
|
|
|
<!-- Name Title -->
|
|
|
|
<h1>SkillSeekerMCPServer</h1>
|
|
|
|
<!-- Type and Stereotype -->
|
|
|
|
<section style="margin-top: .5em;">
|
|
<span class="alert alert-info">
|
|
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
|
UMLClass
|
|
</span>
|
|
|
|
</section>
|
|
|
|
<!-- Path -->
|
|
|
|
<section style="margin-top: 10px">
|
|
|
|
|
|
|
|
|
|
<span class="label label-info"><a href='cf9c8b720f3815adeccaf3ef6e48c6c4.html'><span class='node-icon staruml-icon icon-Project'></span>Skill Seekers</a></span>
|
|
|
|
<span>::</span>
|
|
<span class="label label-info"><a href='6a4361334e8b649314ed681b9e6798c3.html'><span class='node-icon staruml-icon icon-UMLModel'></span>skill_seekers</a></span>
|
|
|
|
<span>::</span>
|
|
<span class="label label-info"><a href='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
|
|
|
<span>::</span>
|
|
<span class="label label-info"><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></span>
|
|
|
|
</section>
|
|
|
|
<!-- Diagram -->
|
|
|
|
|
|
|
|
<!-- Description -->
|
|
|
|
|
|
<section>
|
|
<h3>Description</h3>
|
|
<div>
|
|
|
|
<p>FastMCP-based MCP server providing 34 tools for generating AI skills from documentation. Supports stdio and HTTP transports. Tools organized in 7 categories: Config (3), Scraping (11), Packaging (4), Splitting (2), Source (5), Vector DB (4), Workflow (5).</p>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- Specification -->
|
|
|
|
|
|
|
|
<!-- Directed Relationship -->
|
|
|
|
|
|
|
|
<!-- Undirected Relationship -->
|
|
|
|
|
|
|
|
<!-- Classifier -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section class="element-list">
|
|
<h3>Interfaces</h3>
|
|
<ul class="nav nav-list">
|
|
|
|
<li><a href='5c3ba46a6aa4c45f43f6211efcf126ec.html'><span class='node-icon staruml-icon icon-UMLInterface'></span>IMCPServer</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Interface -->
|
|
|
|
|
|
|
|
<!-- Component -->
|
|
|
|
|
|
|
|
<!-- Node -->
|
|
|
|
|
|
|
|
<!-- Actor -->
|
|
|
|
|
|
|
|
<!-- Use Case -->
|
|
|
|
|
|
|
|
<!-- Template Parameters -->
|
|
|
|
|
|
|
|
<!-- Literals -->
|
|
|
|
|
|
|
|
<!-- Attributes -->
|
|
|
|
|
|
<section>
|
|
<h3>Attributes</h3>
|
|
<table class="table table-striped table-bordered">
|
|
<tr>
|
|
<th>Visibility</th>
|
|
<th>Name</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>private</td>
|
|
<td><a href="0f6fcbea117c51a2843622edb82d45bc.html">mcp</a></td>
|
|
<td>FastMCP </td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>private</td>
|
|
<td><a href="e821f8d2074f00892c8d6c2e09a5113f.html">MCP_AVAILABLE</a></td>
|
|
<td>bool </td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</section>
|
|
|
|
|
|
<!-- Operations -->
|
|
|
|
|
|
<section>
|
|
<h3>Operations</h3>
|
|
<table class="table table-striped table-bordered">
|
|
<tr>
|
|
<th>Visibility</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="02e78bb1d9b10da68dd8d62379086a6e.html">register_tools()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="04be98ec9bb8041fa720700c2ccc1351.html">run()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>private</td>
|
|
<td><a href="a7741c26c6b2f4377b8f92bab668769d.html">safe_tool_decorator()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="9d7f9c497d0a014f7b5f778fda784e9d.html">generate_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="4f90a649181aac63caf6637dc7906eb4.html">list_configs()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="1605dfe3fc5d685694f94105b3e2fa6b.html">validate_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="da48df54b1a398256acb4dc2ae58cdfa.html">sync_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="bd62bd8dda4abb84541147e66200303a.html">estimate_pages()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="1664443b916c6f148a8c3e41c44f66e4.html">scrape_docs()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="7cd64f9fd8b1669bee3bea74955e375c.html">scrape_github()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="9b473c38b5df01fca3b097ddc8e43127.html">scrape_pdf()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="49f2e917526b89864b3f6b5681d9f9ae.html">scrape_video()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="fee3afaf28236b11cbfe947c78cbddec.html">scrape_codebase()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="aefe5a98768246657522f2499b8ba899.html">detect_patterns()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="908120830746a85b94a98e9c4deac67f.html">extract_test_examples()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="2f8dbb2af3ab150e8d2a3dbb79d57426.html">build_how_to_guides()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="93debad7ae398a5561351a1a429c7755.html">extract_config_patterns()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="7ecea908680b881d767cc927a097bda8.html">scrape_generic()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="414d643c48e603d427eb104550082377.html">package_skill()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="531e1a0a3af0e521659620f630f9b965.html">upload_skill()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="0bf4a6eae08b8881efe05b065e34faf9.html">enhance_skill()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="97b95b5c5b969017b060025824abb4d7.html">install_skill()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="42378fa576adb442331c6a6003136388.html">split_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="191233b150b9f02c5b0df1f5314ac6b9.html">generate_router()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="dbb3b9d19591fd630eac2578319f303e.html">fetch_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="80a182a98dab2e23c973f833741ee39e.html">submit_config()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="c03a8b649da3ceb96c2a205e2e5507ca.html">add_config_source()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="577135d0397e93f600807f288faa80ad.html">list_config_sources()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="533539c40e2f436cacd6f5cb63b8d368.html">remove_config_source()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="a8e8a1218b00b9045b5c4afd64f73ab3.html">export_to_weaviate()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="068d87025fe2aadb0507fe941fef8c06.html">export_to_chroma()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="073c989581e4b19401094d4e6b51a5b7.html">export_to_faiss()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="2103768dc1ca580a1bfadaf61935883c.html">export_to_qdrant()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="ae4867b4b3cc519128881d7f4e6d16e1.html">list_workflows()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="40c7fea8f8437dfc92f51f6a0d27794b.html">get_workflow()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="42facd9c5cbc3353ff2d1bff34aea06f.html">create_workflow()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="9995756c0dd1584580f3f73854f2f3ff.html">update_workflow()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>public</td>
|
|
<td><a href="c2b1755f1fd57f48f37c471be8481f05.html">delete_workflow()</a></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
</table>
|
|
</section>
|
|
|
|
|
|
<!-- Receptions -->
|
|
|
|
|
|
|
|
<!-- Extension Points -->
|
|
|
|
|
|
|
|
<!-- Parameters -->
|
|
|
|
|
|
|
|
<!-- Diagrams -->
|
|
|
|
|
|
|
|
|
|
<!-- Behavior -->
|
|
|
|
|
|
|
|
<!-- Action -->
|
|
|
|
|
|
|
|
<!-- Interaction -->
|
|
|
|
|
|
|
|
<!-- CombinedFragment -->
|
|
|
|
|
|
|
|
<!-- Activity -->
|
|
|
|
|
|
|
|
<!-- State Machine -->
|
|
|
|
|
|
|
|
<!-- State Machine -->
|
|
|
|
|
|
|
|
<!-- State -->
|
|
|
|
|
|
|
|
<!-- Vertex -->
|
|
|
|
|
|
|
|
<!-- Transition -->
|
|
|
|
|
|
|
|
<!-- Data Model (ERD) -->
|
|
|
|
|
|
|
|
<!-- Columns (ERD) -->
|
|
|
|
|
|
|
|
<!-- Related Entities (ERD) -->
|
|
|
|
|
|
|
|
<!-- Data Flows (DFD) -->
|
|
|
|
|
|
|
|
<!-- Flows (Flowchart) -->
|
|
|
|
|
|
|
|
<!-- Properties -->
|
|
|
|
<section>
|
|
<h3>Properties</h3>
|
|
|
|
<table class="table table-striped table-bordered">
|
|
<tr>
|
|
<th width="50%">Name</th>
|
|
<th width="50%">Value</th>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>name</td>
|
|
<td>SkillSeekerMCPServer</td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>stereotype</td>
|
|
<td><span class='label label-info'>null</span></td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>visibility</td>
|
|
<td>public</td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>isAbstract</td>
|
|
<td><span class='label label-info'>false</span></td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>isFinalSpecialization</td>
|
|
<td><span class='label label-info'>false</span></td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>isLeaf</td>
|
|
<td><span class='label label-info'>false</span></td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
<td>isActive</td>
|
|
<td><span class='label label-info'>false</span></td>
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
</section>
|
|
|
|
<!-- Tags -->
|
|
|
|
|
|
|
|
<!-- Constraints, Dependencies, Dependants -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section class="element-list">
|
|
<h3>Dependencies</h3>
|
|
<ul class="nav nav-list">
|
|
|
|
<li><a href='5c3ba46a6aa4c45f43f6211efcf126ec.html'><span class='node-icon staruml-icon icon-UMLInterface'></span>IMCPServer</a></li>
|
|
|
|
<li><a href='7f82409f40ab6e511ba68fdb760c1637.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SourceManager</a></li>
|
|
|
|
<li><a href='00509100c34315b0f095eb3ccb34b023.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AgentDetector</a></li>
|
|
|
|
<li><a href='55059f34c380386137c1445dfb78cfc2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ScrapingTools</a></li>
|
|
|
|
<li><a href='165d33e6e148cdb9786c9a2c90658815.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PackagingTools</a></li>
|
|
|
|
<li><a href='2de1a1a11414ed67f84dfc6efac2e7f6.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ConfigTools</a></li>
|
|
|
|
<li><a href='9c56853cb895fef1997f38d09d156ad4.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SourceTools</a></li>
|
|
|
|
<li><a href='04e0dd3038afc17aadc753ad9b8ffcd2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SplittingTools</a></li>
|
|
|
|
<li><a href='f370f212b85e2d3f821657fa0a6b370d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>VectorDBTools</a></li>
|
|
|
|
<li><a href='e30723d95f1f161490ed5af0300eefb6.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WorkflowTools</a></li>
|
|
|
|
<li><a href='b230a21537abfc8cefe2c12c25bb760d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SyncConfigTools</a></li>
|
|
|
|
<li><a href='d862119ed2ae1627e0619f96b87ecf25.html'><span class='node-icon staruml-icon icon-UMLClass'></span>GitConfigRepo</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Relationships -->
|
|
|
|
|
|
|
|
<section class="element-list">
|
|
<h3>Relationships</h3>
|
|
<ul class="nav nav-list">
|
|
|
|
<li><a href='6ecba04b7100f9747e2efc41f46dc93e.html'><span class='node-icon staruml-icon icon-UMLInterfaceRealization'></span>(SkillSeekerMCPServer→IMCPServer)</a></li>
|
|
|
|
<li><a href='d2078ae1c297d4621b8ca72e98967e8a.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SourceManager)</a></li>
|
|
|
|
<li><a href='a477d690ad6bbe6fc047428d3ab754af.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→AgentDetector)</a></li>
|
|
|
|
<li><a href='36efd8f989eee51e8a88438f97f78bea.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→ScrapingTools)</a></li>
|
|
|
|
<li><a href='0e9b3e70fbb779d118f3feb75efea17b.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→PackagingTools)</a></li>
|
|
|
|
<li><a href='67623de938d9f006e784d8c597fbf5b3.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→ConfigTools)</a></li>
|
|
|
|
<li><a href='bc26d89a0537fce69c51a73794f1042f.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SourceTools)</a></li>
|
|
|
|
<li><a href='ac96f002e27eaa4ad7f7186c189d3e6f.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SplittingTools)</a></li>
|
|
|
|
<li><a href='c987ae9406608a912478b24a1e455787.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→VectorDBTools)</a></li>
|
|
|
|
<li><a href='cb0e373255cb7b1efb9087d85833d4d8.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→WorkflowTools)</a></li>
|
|
|
|
<li><a href='9e1886412180dbb7dade859648be1db1.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SyncConfigTools)</a></li>
|
|
|
|
<li><a href='64554ee462cf97bec23e5430755eff86.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→GitConfigRepo)</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Owned Elements -->
|
|
|
|
|
|
|
|
<section class="element-list">
|
|
<h3>Owned Elements</h3>
|
|
<ul class="nav nav-list">
|
|
|
|
<li><a href='6ecba04b7100f9747e2efc41f46dc93e.html'><span class='node-icon staruml-icon icon-UMLInterfaceRealization'></span>(SkillSeekerMCPServer→IMCPServer)</a></li>
|
|
|
|
<li><a href='d2078ae1c297d4621b8ca72e98967e8a.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SourceManager)</a></li>
|
|
|
|
<li><a href='a477d690ad6bbe6fc047428d3ab754af.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→AgentDetector)</a></li>
|
|
|
|
<li><a href='36efd8f989eee51e8a88438f97f78bea.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→ScrapingTools)</a></li>
|
|
|
|
<li><a href='0e9b3e70fbb779d118f3feb75efea17b.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→PackagingTools)</a></li>
|
|
|
|
<li><a href='67623de938d9f006e784d8c597fbf5b3.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→ConfigTools)</a></li>
|
|
|
|
<li><a href='bc26d89a0537fce69c51a73794f1042f.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SourceTools)</a></li>
|
|
|
|
<li><a href='ac96f002e27eaa4ad7f7186c189d3e6f.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SplittingTools)</a></li>
|
|
|
|
<li><a href='c987ae9406608a912478b24a1e455787.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→VectorDBTools)</a></li>
|
|
|
|
<li><a href='cb0e373255cb7b1efb9087d85833d4d8.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→WorkflowTools)</a></li>
|
|
|
|
<li><a href='9e1886412180dbb7dade859648be1db1.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SyncConfigTools)</a></li>
|
|
|
|
<li><a href='64554ee462cf97bec23e5430755eff86.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→GitConfigRepo)</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Diagrams -->
|
|
|
|
|
|
|
|
<section class="element-list">
|
|
<h3>Diagrams</h3>
|
|
<ul class="nav nav-list">
|
|
|
|
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
|
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
|
<script>
|
|
imageMapResize();
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|