Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 22:17
8f9bc5a

Added

  • 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)