Skip to content

Commit 80801c2

Browse files
author
supermodel-bot
committed
Deploy arch-docs for mcp
1 parent c70b5ea commit 80801c2

File tree

164 files changed

+6713
-2553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+6713
-2553
lines changed

site/mcp/all/index.html

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

site/mcp/all/page-2.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

site/mcp/all/page-3.html

Lines changed: 50 additions & 32 deletions
Large diffs are not rendered by default.

site/mcp/class-graph-cache-ts-graphcache.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ <h3>Entity Profile</h3>
959959
<div class="visuals-cell force-graph-container">
960960
<h3>Relationship Graph</h3>
961961
<div id="force-graph" data-center="class-graph-cache-ts-graphcache"></div>
962-
<script type="application/json" id="graph-data">{"nodes":[{"id":"dcd636af:eb2f:ef9d:1c16:221c295154d8","label":"GraphCache","type":"Class","slug":"class-graph-cache-ts-graphcache","lc":104,"lang":"typescript"},{"id":"domain:GraphCache","label":"GraphCache","type":"Domain","slug":"domain-graphcache"}],"edges":[{"source":"dcd636af:eb2f:ef9d:1c16:221c295154d8","target":"domain:GraphCache","type":"belongsTo"}]}</script>
962+
<script type="application/json" id="graph-data">{"nodes":[{"id":"75dd5e20:2d4f:6e67:c8e0:e925e3307464","label":"GraphCache","type":"Class","slug":"class-graph-cache-ts-graphcache","lc":104,"lang":"typescript"},{"id":"domain:GraphCache","label":"GraphCache","type":"Domain","slug":"domain-graphcache"}],"edges":[{"source":"75dd5e20:2d4f:6e67:c8e0:e925e3307464","target":"domain:GraphCache","type":"belongsTo"}]}</script>
963963
<noscript><p class="text-muted">Enable JavaScript to view the interactive relationship graph.</p></noscript>
964964
</div>
965965

site/mcp/class-server-ts-server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ <h3>Entity Profile</h3>
959959
<div class="visuals-cell force-graph-container">
960960
<h3>Relationship Graph</h3>
961961
<div id="force-graph" data-center="class-server-ts-server"></div>
962-
<script type="application/json" id="graph-data">{"nodes":[{"id":"21c481a3:f560:c4b4:cb73:f838341d0e9f","label":"Server","type":"Class","slug":"class-server-ts-server","lc":223,"lang":"typescript"},{"id":"domain:McpServer","label":"McpServer","type":"Domain","slug":"domain-mcpserver"}],"edges":[{"source":"21c481a3:f560:c4b4:cb73:f838341d0e9f","target":"domain:McpServer","type":"belongsTo"}]}</script>
962+
<script type="application/json" id="graph-data">{"nodes":[{"id":"a27b93f6:3dc9:52a8:4a57:2b6eafeb4aa4","label":"Server","type":"Class","slug":"class-server-ts-server","lc":223,"lang":"typescript"},{"id":"domain:McpServer","label":"McpServer","type":"Domain","slug":"domain-mcpserver"}],"edges":[{"source":"a27b93f6:3dc9:52a8:4a57:2b6eafeb4aa4","target":"domain:McpServer","type":"belongsTo"}]}</script>
963963
<noscript><p class="text-muted">Enable JavaScript to view the interactive relationship graph.</p></noscript>
964964
</div>
965965

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
1212

13-
<title>Infrastructure Domain — mcp Architecture | mcp Architecture Docs</title>
14-
<meta name="description" content="Shared utilities supporting filesystem operations, API communication, and repository processing. Architectural overview of the Infrastructure domain in the mcp codebase. Contains 4 source files.">
15-
<link rel="canonical" href="https://repos.supermodeltools.com/mcp/domain-infrastructure/">
16-
<meta property="og:title" content="Infrastructure Domain — mcp Architecture — mcp Architecture Docs">
17-
<meta property="og:description" content="Shared utilities supporting filesystem operations, API communication, and repository processing. Architectural overview of the Infrastructure domain in the mcp codebase. Contains 4 source files.">
18-
<meta property="og:url" content="https://repos.supermodeltools.com/mcp/domain-infrastructure.html">
19-
<meta property="og:image" content="https://repos.supermodeltools.com/mcp/images/share/domain-infrastructure.svg">
13+
<title>FileSystemUtilities Domain — mcp Architecture | mcp Architecture Docs</title>
14+
<meta name="description" content="Handles raw repository interactions including file reading and optimized zipping for analysis. Architectural overview of the FileSystemUtilities domain in the mcp codebase. Contains 4 source files.">
15+
<link rel="canonical" href="https://repos.supermodeltools.com/mcp/domain-filesystemutilities/">
16+
<meta property="og:title" content="FileSystemUtilities Domain — mcp Architecture — mcp Architecture Docs">
17+
<meta property="og:description" content="Handles raw repository interactions including file reading and optimized zipping for analysis. Architectural overview of the FileSystemUtilities domain in the mcp codebase. Contains 4 source files.">
18+
<meta property="og:url" content="https://repos.supermodeltools.com/mcp/domain-filesystemutilities.html">
19+
<meta property="og:image" content="https://repos.supermodeltools.com/mcp/images/share/domain-filesystemutilities.svg">
2020
<meta property="og:type" content="article">
2121
<meta property="og:site_name" content="mcp Architecture Docs">
2222
<meta name="twitter:card" content="summary_large_image">
23-
<meta name="twitter:title" content="Infrastructure Domain — mcp Architecture — mcp Architecture Docs">
24-
<meta name="twitter:description" content="Shared utilities supporting filesystem operations, API communication, and repository processing. Architectural overview of the Infrastructure domain in the mcp codebase. Contains 4 source files.">
25-
<meta name="twitter:image" content="https://repos.supermodeltools.com/mcp/images/share/domain-infrastructure.svg">
23+
<meta name="twitter:title" content="FileSystemUtilities Domain — mcp Architecture — mcp Architecture Docs">
24+
<meta name="twitter:description" content="Handles raw repository interactions including file reading and optimized zipping for analysis. Architectural overview of the FileSystemUtilities domain in the mcp codebase. Contains 4 source files.">
25+
<meta name="twitter:image" content="https://repos.supermodeltools.com/mcp/images/share/domain-filesystemutilities.svg">
2626

2727
<style>:root {
2828
--bg: #000000;
@@ -856,9 +856,9 @@
856856
.hero-stat .num { font-size: 18px; }
857857
}
858858
</style>
859-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Shared utilities supporting filesystem operations, API communication, and repository processing. Architectural overview of the Infrastructure domain in the mcp codebase. Contains 4 source files.","image":["https://repos.supermodeltools.com/mcp/images/share/domain-infrastructure.svg"],"name":"Infrastructure Domain — mcp Architecture","url":"https://repos.supermodeltools.com/mcp/domain-infrastructure.html"}</script>
860-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/mcp/","name":"Home","position":1},{"@type":"ListItem","name":"Infrastructure Domain — mcp Architecture","position":2}]}</script>
861-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The Infrastructure domain is an architectural grouping in the mcp codebase. Shared utilities supporting filesystem operations, API communication, and repository processing. It contains 4 source files."},"name":"What is the Infrastructure domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The Infrastructure domain contains 3 subdomain(s): ApiIntegration, DiagnosticLogging, RepositoryArchiver."},"name":"What subdomains are in Infrastructure?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The Infrastructure domain contains 4 source files."},"name":"How many files are in Infrastructure?"}]}</script>
859+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Handles raw repository interactions including file reading and optimized zipping for analysis. Architectural overview of the FileSystemUtilities domain in the mcp codebase. Contains 4 source files.","image":["https://repos.supermodeltools.com/mcp/images/share/domain-filesystemutilities.svg"],"name":"FileSystemUtilities Domain — mcp Architecture","url":"https://repos.supermodeltools.com/mcp/domain-filesystemutilities.html"}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/mcp/","name":"Home","position":1},{"@type":"ListItem","name":"FileSystemUtilities Domain — mcp Architecture","position":2}]}</script>
861+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The FileSystemUtilities domain is an architectural grouping in the mcp codebase. Handles raw repository interactions including file reading and optimized zipping for analysis. It contains 4 source files."},"name":"What is the FileSystemUtilities domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The FileSystemUtilities domain contains 3 subdomain(s): ApiIntegration, ArchiveService, IgnoreFilter."},"name":"What subdomains are in FileSystemUtilities?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The FileSystemUtilities domain contains 4 source files."},"name":"How many files are in FileSystemUtilities?"}]}</script>
862862
</head>
863863
<body>
864864
<a href="#main-content" class="skip-link">Skip to content</a>
@@ -908,15 +908,15 @@
908908
<a href="/mcp/">Home</a>
909909
<span class="sep">/</span>
910910
<a href="/mcp/node_type/domain.html">Domain</a><span class="sep">/</span>
911-
<span>Infrastructure Domain — mcp Architecture</span>
911+
<span>FileSystemUtilities Domain — mcp Architecture</span>
912912
</div>
913-
<h1 class="entity-title">Infrastructure Domain — mcp Architecture</h1>
913+
<h1 class="entity-title">FileSystemUtilities Domain — mcp Architecture</h1>
914914

915915

916916
<div class="entity-meta">
917917
<a href="/mcp/node_type/domain.html" class="pill pill-accent">Domain</a>
918918

919-
<a href="/mcp/domain/infrastructure.html" class="pill pill-green">Infrastructure</a>
919+
<a href="/mcp/domain/filesystemutilities.html" class="pill pill-green">FileSystemUtilities</a>
920920

921921

922922

@@ -929,7 +929,7 @@ <h1 class="entity-title">Infrastructure Domain — mcp Architecture</h1>
929929

930930

931931
<div class="entity-summary">
932-
<p>Shared utilities supporting filesystem operations, API communication, and repository processing.</p>
932+
<p>Handles raw repository interactions including file reading and optimized zipping for analysis.</p>
933933
</div>
934934

935935
</div>
@@ -950,22 +950,22 @@ <h3>Entity Profile</h3>
950950
<div class="visuals-cell mermaid-container">
951951
<h3>Dependency Diagram</h3>
952952
<pre class="mermaid">graph TD
953-
domain_Infrastructure["Infrastructure"]
954-
subdomain_Infrastructure_RepositoryArchiver["RepositoryArchiver"]
955-
domain_Infrastructure --> subdomain_Infrastructure_RepositoryArchiver
956-
subdomain_Infrastructure_ApiIntegration["ApiIntegration"]
957-
domain_Infrastructure --> subdomain_Infrastructure_ApiIntegration
958-
subdomain_Infrastructure_DiagnosticLogging["DiagnosticLogging"]
959-
domain_Infrastructure --> subdomain_Infrastructure_DiagnosticLogging
960-
style domain_Infrastructure fill:#6366f1,stroke:#818cf8,color:#fff</pre>
953+
domain_FileSystemUtilities["FileSystemUtilities"]
954+
subdomain_FileSystemUtilities_ArchiveService["ArchiveService"]
955+
domain_FileSystemUtilities --> subdomain_FileSystemUtilities_ArchiveService
956+
subdomain_FileSystemUtilities_IgnoreFilter["IgnoreFilter"]
957+
domain_FileSystemUtilities --> subdomain_FileSystemUtilities_IgnoreFilter
958+
subdomain_FileSystemUtilities_ApiIntegration["ApiIntegration"]
959+
domain_FileSystemUtilities --> subdomain_FileSystemUtilities_ApiIntegration
960+
style domain_FileSystemUtilities fill:#6366f1,stroke:#818cf8,color:#fff</pre>
961961
</div>
962962

963963

964964

965965
<div class="visuals-cell force-graph-container">
966966
<h3>Relationship Graph</h3>
967-
<div id="force-graph" data-center="domain-infrastructure"></div>
968-
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:Infrastructure","label":"Infrastructure","type":"Domain","slug":"domain-infrastructure"},{"id":"subdomain:Infrastructure:RepositoryArchiver","label":"RepositoryArchiver","type":"Subdomain","slug":"subdomain-repositoryarchiver"},{"id":"subdomain:Infrastructure:ApiIntegration","label":"ApiIntegration","type":"Subdomain","slug":"subdomain-apiintegration"},{"id":"subdomain:Infrastructure:DiagnosticLogging","label":"DiagnosticLogging","type":"Subdomain","slug":"subdomain-diagnosticlogging"}],"edges":[{"source":"domain:Infrastructure","target":"subdomain:Infrastructure:RepositoryArchiver","type":"contains"},{"source":"domain:Infrastructure","target":"subdomain:Infrastructure:ApiIntegration","type":"contains"},{"source":"domain:Infrastructure","target":"subdomain:Infrastructure:DiagnosticLogging","type":"contains"}]}</script>
967+
<div id="force-graph" data-center="domain-filesystemutilities"></div>
968+
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:FileSystemUtilities","label":"FileSystemUtilities","type":"Domain","slug":"domain-filesystemutilities"},{"id":"subdomain:FileSystemUtilities:ArchiveService","label":"ArchiveService","type":"Subdomain","slug":"subdomain-archiveservice"},{"id":"subdomain:FileSystemUtilities:IgnoreFilter","label":"IgnoreFilter","type":"Subdomain","slug":"subdomain-ignorefilter"},{"id":"subdomain:FileSystemUtilities:ApiIntegration","label":"ApiIntegration","type":"Subdomain","slug":"subdomain-apiintegration"}],"edges":[{"source":"domain:FileSystemUtilities","target":"subdomain:FileSystemUtilities:ArchiveService","type":"contains"},{"source":"domain:FileSystemUtilities","target":"subdomain:FileSystemUtilities:IgnoreFilter","type":"contains"},{"source":"domain:FileSystemUtilities","target":"subdomain:FileSystemUtilities:ApiIntegration","type":"contains"}]}</script>
969969
<noscript><p class="text-muted">Enable JavaScript to view the interactive relationship graph.</p></noscript>
970970
</div>
971971

@@ -983,7 +983,7 @@ <h3>Relationship Graph</h3>
983983

984984
<div class="entity-section">
985985
<h2>Subdomains</h2>
986-
<ul><li><a href="/mcp/subdomain-apiintegration.html">ApiIntegration</a></li><li><a href="/mcp/subdomain-diagnosticlogging.html">DiagnosticLogging</a></li><li><a href="/mcp/subdomain-repositoryarchiver.html">RepositoryArchiver</a></li></ul>
986+
<ul><li><a href="/mcp/subdomain-apiintegration.html">ApiIntegration</a></li><li><a href="/mcp/subdomain-archiveservice.html">ArchiveService</a></li><li><a href="/mcp/subdomain-ignorefilter.html">IgnoreFilter</a></li></ul>
987987
</div>
988988

989989

@@ -1028,18 +1028,18 @@ <h2>Source</h2>
10281028
<h2>Frequently Asked Questions</h2>
10291029

10301030
<details class="faq-item">
1031-
<summary class="faq-question">What is the Infrastructure domain?</summary>
1032-
<div class="faq-answer">The Infrastructure domain is an architectural grouping in the mcp codebase. Shared utilities supporting filesystem operations, API communication, and repository processing. It contains 4 source files.</div>
1031+
<summary class="faq-question">What is the FileSystemUtilities domain?</summary>
1032+
<div class="faq-answer">The FileSystemUtilities domain is an architectural grouping in the mcp codebase. Handles raw repository interactions including file reading and optimized zipping for analysis. It contains 4 source files.</div>
10331033
</details>
10341034

10351035
<details class="faq-item">
1036-
<summary class="faq-question">What subdomains are in Infrastructure?</summary>
1037-
<div class="faq-answer">The Infrastructure domain contains 3 subdomain(s): ApiIntegration, DiagnosticLogging, RepositoryArchiver.</div>
1036+
<summary class="faq-question">What subdomains are in FileSystemUtilities?</summary>
1037+
<div class="faq-answer">The FileSystemUtilities domain contains 3 subdomain(s): ApiIntegration, ArchiveService, IgnoreFilter.</div>
10381038
</details>
10391039

10401040
<details class="faq-item">
1041-
<summary class="faq-question">How many files are in Infrastructure?</summary>
1042-
<div class="faq-answer">The Infrastructure domain contains 4 source files.</div>
1041+
<summary class="faq-question">How many files are in FileSystemUtilities?</summary>
1042+
<div class="faq-answer">The FileSystemUtilities domain contains 4 source files.</div>
10431043
</details>
10441044

10451045
</div>

0 commit comments

Comments
 (0)