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
<!DOCTYPE html><html lang=en><head><meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>__TITLE__</title>
<style nonce="__NONCE__">__CSS__</style></head>
<body><main class="screen error">
<div class=stage>
<h1 class=msg>__HEADLINE__</h1>
<p class=detail>__DETAIL__</p>
<p class=hint>__HINT__</p>
</div>
<footer class=hosted><span class=hosted-label>Hosted by</span>
<span class=hosted-logo>__LOGO__</span></footer></main>
</body></html>