Releases: AetherExtensions/pi-mcp-adapter
Releases · AetherExtensions/pi-mcp-adapter
Release list
v2.26.0-aether.1 — Aether integration
Aether integration
First release of the Aether-enabled fork of pi-mcp-adapter. This package layers Aether UI and runtime integration on top of the upstream project so Model Context Protocol (MCP) servers, tools, and resources work seamlessly inside Aether.
What's included
- Pi extension (
index.ts) — full upstream pi-mcp-adapter support for Stdio, Streamable HTTP, SSE, and Unix domain socket transports, tool aggregation/direct modes, OAuth flows, and dynamic resource discovery. - Aether Script Mod (
aether.ts) — a native Settings page for MCP server management:- Servers list — live status cards showing tool counts, active connections, and error diagnostics.
- Server configuration — full GUI editing for server definitions (command/args/env for Stdio, URL/headers/OAuth for HTTP/SSE, socket paths, and protocol-era negotiation).
- Interactive controls — one-tap inspection of tools/resources/prompts, server reconnect/reconnect-all, OAuth authorization triggers, credential logout, and Pi extension reloading.
- Semantic Tool Titles — registers human-friendly running and completed titles for
mcp,mcpScript, and all direct MCP tools viaaether.registerToolTitle.
Install
Download pi-mcp-adapter-2.26.0-aether.1.zip and import it in Aether via Settings → Extensions → Import extension.
Notes
- Configuration is saved directly to Pi's standard
mcp.jsonconfig file. - OAuth tokens and secrets are stored in Aether/Pi standard secure storage.
- This fork tracks the upstream project; server protocols and adapter behavior come from upstream.