• v2.6.4-dev 48922a640b

    v2.6.4-dev Pre-release

    FTMahringer released this 2026-05-19 01:26:12 +02:00 | 12 commits to main since this release

    v2.6.4-dev

    MCP Server Plugin Type for the v2.7.0 plugin ecosystem milestone.

    Added

    • Declarative type: mcp plugin manifests with YAML validation.
    • McpServerRegistry to register and inspect MCP server definitions.
    • Transport validation for stdio, sse, and http MCP servers.
    • Install-time MCP registration without the JVM classloader or bytecode scan path.
    • MCP plugin lifecycle coverage for stdio registration and install behavior.

    Validation

    cd packages/core
    mvn -q -Dtest=PluginSafetyServiceTest,StorePolicyServiceTest,PluginRegistryServiceTest,ManifestValidatorTest,McpServerRegistryTest,PluginLifecycleMcpTest,PluginPerformanceBaselinesTest test
    
    Downloads