• v0.1.0 ae19a928ad

    v0.1.0 Stable

    thomass released this 2026-01-23 00:33:56 +01:00 | 1 commits to main since this release

    🎉 Initial Release v0.1.0

    OpenCode Server MCP - Manage and interact with OpenCode servers via Model Context Protocol.

    Features

    • Section-specific config schema documentation tools: Six new MCP tools for retrieving focused OpenCode configuration documentation

      • get_config_schema_agents: Custom AI agent configuration
      • get_config_schema_tools: Tool enable/disable settings
      • get_config_schema_permissions: Tool approval workflows
      • get_config_schema_mcp_servers: External MCP server connections
      • get_config_schema_plugins: Plugin event hooks and capabilities
      • get_config_schema_providers: LLM provider settings
    • Automatic session abort on timeout: Gracefully handles long-running operations

    • Enhanced error message formatting: Type-specific error details for better debugging

    🐛 Bug Fixes

    • Return acknowledgment for no_reply=True instead of empty string
    • Return clear 'session not found' error for deleted/non-existent sessions
    • Update send_message timeout: increased default to 2 minutes and max to 24 hours
    • Chaos testing bug fixes and documentation improvements
    • Enable opencode-server-mpc and ensure playwright command is properly configured

    📚 Documentation

    • Updated MCP-CLIENTS.md with configuration schema section
    • Regenerated API.md with complete tool reference
    • Comprehensive test coverage for all tools
    Downloads