MCP Server & Client
Model Context Protocol (MCP)
Section titled “Model Context Protocol (MCP)”Dewee acts as both an MCP client (connecting external tool servers) and an MCP server (internal/mcp/).
Supported Transports
Section titled “Supported Transports”stdio— Local process spawning vianpxor binary execution.sse— Server-Sent Events over HTTP.streamable-http— Modern bidirectional HTTP transport with OAuth 2.1 + PKCE.
CLI Management
Section titled “CLI Management”# List registered MCP serversdewee mcp list
# Inspect available tools on a serverdewee mcp tools filesystem
# Configure OAuth 2.1 parametersdewee mcp oauth config github-tools --registration-mode pre_registered --client-id <id>