You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camunda7:cockpitViews.settings() no longer takes zero arguments. Every builder in cockpitViews is now typed (params: ViewParams, ctx?: ViewContext) => LayoutConfig, so callers pass the route params plus, for the composed settings view, the host's widget ids: cockpitViews.settings(params, { widgetIds }). Called without the context it yields camunda7's own section alone.
Features
camunda7: assemble the settings page from the host widget registry (#251) (a4eda7e)
repo: the npm packages @miragon-ai/mcp-camunda7, @miragon-ai/client-camunda7, @miragon-ai/mcp-analytics and @miragon-ai/client-analytics are renamed to @miragon-ai/camunda7-connector, @miragon-ai/camunda7-client, @miragon-ai/analytics-connector and @miragon-ai/analytics-client; the old names stay behind on the registry.
Code Refactoring
repo: split packages into core/connectors and extract the platform core into widget-shell (#244) (f5605d2)
MCP_OAUTH providers "oidc"/"oidc-proxy" now fail the boot (upstream removed jwksVerifier/oauthProxy); REDIS_URL session sharing is ignored (the pluggable backend seam is gone); persisted user settings and the sticky engine selection require MCP_OAUTH (stateless HTTP has no session ids).
Features
engine-plugins: record process metrics via Micrometer (#226) (abe2b9c)
migrate to @miragon/mcp-toolkit 1.1.0 on mcp-use 2 (#239) (538ce47)