Files
skill-seekers-reference/docs/UML/html/index.html/contents/46a72fb3639f2d6d8845209650f7c128.html
yusyus b259ec2c4f docs: re-export all UML diagrams (PNG + HTML)
Fresh export of all 20 diagrams as PNG and full HTML documentation
site after the Grand Unification UML sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 22:53:40 +03:00

400 lines
7.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MCP Tool Invocation</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>MCP Tool Invocation</h1>
<!-- Type and Stereotype -->
<section style="margin-top: .5em;">
<span class="alert alert-info">
<span class="node-icon staruml-icon icon-UMLInteraction"></span>
UMLInteraction
</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='31ead21e06afc26298aa0b7e0c12372a.html'><span class='node-icon staruml-icon icon-UMLCollaboration'></span>Sequence Diagrams</a></span>
<span>::</span>
<span class="label label-info"><a href='46a72fb3639f2d6d8845209650f7c128.html'><span class='node-icon staruml-icon icon-UMLInteraction'></span>MCP Tool Invocation</a></span>
</section>
<!-- Diagram -->
<!-- Description -->
<section>
<h3>Description</h3>
<div>
<p>MCP tools use two invocation paths: get_converter() in-process for scraping tools, direct import for packaging/config tools</p>
</div>
</section>
<!-- Specification -->
<!-- Directed Relationship -->
<!-- Undirected Relationship -->
<!-- Classifier -->
<!-- Interface -->
<!-- Component -->
<!-- Node -->
<!-- Actor -->
<!-- Use Case -->
<!-- Template Parameters -->
<!-- Literals -->
<!-- Attributes -->
<!-- Operations -->
<!-- Receptions -->
<!-- Extension Points -->
<!-- Parameters -->
<!-- Diagrams -->
<section class="element-list">
<h3>Diagrams</h3>
<div>
<div style="display: inline-block; width: 250px; vertical-align: top;">
<div class="member">
<a href="b0796dd845dfbe0e2c1439b690e59253.html">
<img src="../diagrams/b0796dd845dfbe0e2c1439b690e59253.svg">
<div style="text-align: center; margin-top: 1em;">17 MCP Invocation Sequence</div>
</a>
</div>
</div>
</div>
</section>
<!-- Behavior -->
<!-- Action -->
<!-- Interaction -->
<section class="element-list">
<h3>Participants</h3>
<ul class="nav nav-list">
<li><a href='12cc48b9085aa2f3e8448f5d6c68d86d.html'><span class='node-icon staruml-icon icon-UMLLifeline'></span>MCP Client</a></li>
<li><a href='0f0d72eccee0ef091c4c447e410e0e74.html'><span class='node-icon staruml-icon icon-UMLLifeline'></span>FastMCPServer</a></li>
<li><a href='a9b25ea3502b5187d5488221e998e9f5.html'><span class='node-icon staruml-icon icon-UMLLifeline'></span>SkillConverter (in-process)</a></li>
<li><a href='3fa45fcc2f4be5188c0b7b04be4e3245.html'><span class='node-icon staruml-icon icon-UMLLifeline'></span>CLI direct import</a></li>
</ul>
</section>
<section class="element-list">
<h3>Messages</h3>
<ul class="nav nav-list">
<li><a href='8baeb0ee0255f265335b161921306a47.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>tool_call(name, args) [stdio/HTTP] (MCP Client→FastMCPServer)</a></li>
<li><a href='e9580b8113a26ecb061f19196f3bfa9f.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>Path A: scraping_tools → get_converter(type, config).run() [in-process] (FastMCPServer→SkillConverter (in-process))</a></li>
<li><a href='8f783cbf0e2b652752f59cd64e8ff039.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>converter result {pages_dir, skill_md} (SkillConverter (in-process)→FastMCPServer)</a></li>
<li><a href='e75ce066c2ae384d22b5e553daf23a92.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>Path B: packaging_tools → get_adaptor() / sync_config() (FastMCPServer→CLI direct import)</a></li>
<li><a href='6f400dcf88d4f4f800810746f11c122c.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>result object (CLI direct import→FastMCPServer)</a></li>
<li><a href='7e6b5f7d0a7bf7a6b61ab06732e63db5.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>TextContent → JSON-RPC response (FastMCPServer→MCP Client)</a></li>
</ul>
</section>
<!-- 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>MCP Tool Invocation</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>isReentrant</td>
<td><span class='label label-info'>true</span></td>
</tr>
</table>
</section>
<!-- Tags -->
<!-- Constraints, Dependencies, Dependants -->
<!-- Relationships -->
<!-- Owned Elements -->
<section class="element-list">
<h3>Owned Elements</h3>
<ul class="nav nav-list">
<li><a href='b0796dd845dfbe0e2c1439b690e59253.html'><span class='node-icon staruml-icon icon-UMLSequenceDiagram'></span>17 MCP Invocation Sequence</a></li>
</ul>
</section>
<!-- Diagrams -->
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
<script>
imageMapResize();
</script>
</div>
</body>
</html>