-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
20 lines (20 loc) · 3.53 KB
/
Copy pathdocs.html
File metadata and controls
20 lines (20 loc) · 3.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#111112">
<meta name="description" content="Get started with Ruby UTCP. Learn how to install the gem, discover tools, configure native transports, and secure your tool calls.">
<title>Documentation — Ruby UTCP</title>
<link rel="icon" href="./assets/ruby-utcp-logo.png" type="image/png">
<link rel="stylesheet" href="./styles.css">
<script type="module" src="./app.js"></script>
</head>
<body class="docs-page">
<svg class="filter-definitions" width="0" height="0" aria-hidden="true"><defs><filter id="logo-background" color-interpolation-filters="sRGB"><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 4 4 4 0 -0.12"/></filter></defs></svg>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header"><div class="container header-inner"><a class="brand" href="./" aria-label="Ruby UTCP home"><span class="brand-symbol"><img src="./assets/ruby-utcp-logo.png" alt="" width="1254" height="1254"></span><span>ruby-utcp<span class="brand-period">.</span></span></a><nav class="desktop-nav" aria-label="Main navigation"><a href="./#why-utcp">Why UTCP</a><a href="./#protocols">Protocols</a><a href="./docs.html" aria-current="page">Docs <span class="nav-arrow">↗</span></a></nav><div class="header-actions"><button class="search-trigger" aria-label="Search documentation"><span data-icon="search"></span><kbd>⌘ K</kbd></button><a class="github-link" href="https://github.com/universal-tool-calling-protocol/ruby-utcp" target="_blank" rel="noopener noreferrer" aria-label="Ruby UTCP on GitHub (opens in a new tab)"><span data-icon="github"></span></a><a class="button button-small button-outline header-cta" href="./docs.html">Get started <span>↗</span></a><button class="menu-toggle" aria-expanded="false" aria-controls="mobile-nav" aria-label="Open navigation"><span data-icon="menu"></span></button></div></div><nav id="mobile-nav" class="mobile-nav" aria-label="Mobile navigation" hidden><a href="./#why-utcp">Why UTCP</a><a href="./#protocols">Protocols</a><a href="./#quickstart">Quick start</a><a href="./docs.html">Documentation</a></nav></header>
<div class="container docs-layout"><aside class="docs-sidebar" aria-label="Documentation topics"><a href="./" class="back-home">← Back to home</a><div class="docs-sidebar-heading">THE RUBY UTCP GUIDE <span>1.1</span></div><nav id="docs-nav" aria-label="Documentation"></nav><a class="docs-source-link" href="https://github.com/universal-tool-calling-protocol/ruby-utcp/blob/main/README.md" target="_blank" rel="noopener noreferrer"><span data-icon="github"></span> Read the source docs ↗</a></aside><main id="main" class="docs-main"><article id="doc-content"></article><noscript><h1>Ruby UTCP documentation</h1><p>Read the <a href="https://github.com/universal-tool-calling-protocol/ruby-utcp/blob/main/README.md">complete project documentation on GitHub</a>, or enable JavaScript to browse the interactive guide.</p></noscript><div class="docs-pagination" id="docs-pagination"></div></main></div>
<footer class="site-footer container"><a class="brand" href="./">ruby-utcp<span class="brand-period">.</span></a><span class="footer-caption">Made for the joy of building.</span><div><a href="./">Home</a><a href="https://github.com/universal-tool-calling-protocol/ruby-utcp" target="_blank" rel="noopener noreferrer">GitHub ↗</a></div></footer><div class="toast" role="status" aria-live="polite"></div>
</body>
</html>