imcp2 0.2.0

Minimal MCP server that bridges an LLM to the Internet Computer, speaking textual Candid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html><html lang=en><head><meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>Connecting…</title>
<style nonce="__NONCE__">__CSS__</style></head>
<body><main class=screen>
<div class=stage>
<div class=spinner-tile><div class=spinner aria-hidden=true></div></div>
<div class=status role=status aria-live=polite>
<p id=m class=msg>Connecting agent to Internet Identity…</p>
<p class="hint contact-hint">If this error is unexpected, please contact <a href="mailto:__CONTACT__">__CONTACT__</a> to report it.</p>
</div>
</div>
<footer class=hosted><span class=hosted-label>Hosted by</span>
<span class=hosted-logo>__LOGO__</span></footer></main>
<script nonce="__NONCE__">__SCRIPT__</script></body></html>