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
schema field and invocation type for defining reusable base configurations that can be extended by multiple invocations, enabling configuration composition and reducing duplication across tools, prompts, and resources (backward compatible with existing mcpfiles) (#203)
HTTP header support for invocations, allowing static and templated headers with support for input parameters, incoming request headers (streamablehttp only), and environment variables (#204)
Request header support for invocations, allowing input parameters to reference incoming request headers (streamablehttp only) (#205)
Changed
Refactored invocation configuration parsing to use generic factory pattern instead of custom parsers per type (#203)
now defaults to building multi-arch images (linux/amd64 and linux/arm64), with the flag allowing single-platform builds for faster iteration (#196)
Removed
Custom invocation config parsers for CLI and HTTP types in favor of unified factory approach (#203)