Skip to content

Load external configurations and merge

Latest

Choose a tag to compare

@sevir sevir released this 02 Sep 21:39
· 2 commits to main since this release

Full Changelog: v0.8.2...v0.9.0

Now you can add external file yaml for merge new tools, prompts and resources into one configuration

# External configuration files (optional)
# This section allows loading additional tools, prompts, and resources from external files or URLs
external_configs:
  # - "/path/to/external/config.yaml"        # Local file example
  # - "https://example.com/remote/config.yaml"     # Remote URL example