tinywasm-app

Orchestrate a persistent MCP daemon with REST/SSE endpoints for tinywasm projects.

1|Updated Dec 2, 2023
One-click install
npx skills add https://github.com/tinywasm/devflow --skill tinywasm-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinywasm-app
Source: https://github.com/tinywasm/devflow/tree/main/skills/tinywasm-app
Command: npx skills add https://github.com/tinywasm/devflow --skill tinywasm-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Global MCP daemon for persistent development environment management across tinywasm projects, enabling centralized control and observability.

Core Features & Use Cases

  • Centralized MCP daemon (MCP) with SSE logs and HTTP endpoints for projects
  • Automatic IDE configuration and per-project tooling
  • Persistent daemon that survives across projects and supports a TUI client

Quick Start

Run tinywasm -mcp to start the global daemon and then launch the TUI client to connect to it.

Frequently Asked Questions about tinywasm-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a persistent MCP daemon for multiple WebAssembly projects?

You can run a persistent MCP daemon by executing the tinywasm -mcp command, which starts a global server to centrally manage tooling and configurations across multiple WebAssembly projects.

Can I auto-configure my IDE for WebAssembly development with an MCP server?

Yes, the MCP daemon provides IDE configuration auto-management, automatically provisioning per-project tooling and settings for your WebAssembly development environment without manual setup.

How do I stream live logs from a WebAssembly MCP daemon?

The MCP daemon exposes SSE endpoints for live log streaming, allowing you to connect a TUI client or HTTP viewer to observe real-time logs across your WebAssembly projects.

What is the best way to manage centralized control across tinywasm projects?

Using a global persistent daemon provides centralized control and observability across tinywasm projects, surviving restarts and offering REST endpoints alongside SSE logs for management.

Does the MCP daemon support REST endpoints for WebAssembly tooling?

Yes, the persistent MCP daemon provides HTTP REST endpoints to interact with your WebAssembly development environment, enabling centralized control and tool provisioning per project.

How do I connect a TUI client to a persistent development daemon?

Start the global daemon using tinywasm -mcp, then launch the TUI client to connect to it, allowing you to interactively manage your WebAssembly environment and view live logs.