streamweave 0.2.2

Composable, async, stream-first computation in pure Rust
Documentation
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "git": {
      "type": "local",
      "command": ["uvx", "mcp-server-git", "--repository", "/data/Code/streamweave"],
      "enabled": true
    },
    "serena": {
      "type": "local",
      "command": ["uvx", "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server"],
      "enabled": true
    },
    "think": {
      "type": "local",
      "command": ["uvx", "mcp-think-tool"],
      "enabled": true
    },
    "context7": {
      "type": "remote",
      "url": "https://mcp.context7.com/mcp",
      "enabled": true
    },
    "memory": {
      "type": "local",
      "command": ["npx", "-y", "@modelcontextprotocol/server-memory"],
      "enabled": true
    },
    "task-master-ai": {
      "type": "local",
      "command": ["npx", "-y", "--package=task-master-ai", "task-master-ai"],
      "enabled": true,
      "environment": {
        "ANTHROPIC_API_KEY": "{env:ANTHROPIC_API_KEY}",
        "PERPLEXITY_API_KEY": "{env:PERPLEXITY_API_KEY}",
        "OPENAI_API_KEY": "{env:OPENAI_API_KEY}",
        "GOOGLE_API_KEY": "{env:GOOGLE_API_KEY}",
        "XAI_API_KEY": "{env:XAI_API_KEY}",
        "OPENROUTER_API_KEY": "{env:OPENROUTER_API_KEY}",
        "MISTRAL_API_KEY": "{env:MISTRAL_API_KEY}",
        "AZURE_OPENAI_API_KEY": "{env:AZURE_OPENAI_API_KEY}",
        "OLLAMA_API_KEY": "{env:OLLAMA_API_KEY}"
      }
    },
    "chrome-devtools": {
      "type": "local",
      "command": ["bash", "-c", "npx -y chrome-devtools-mcp@latest --executablePath /run/current-system/sw/bin/chromium --isolated"],
      "enabled": true
    }
  }
}