Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 4 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
## [CLI] 0.0.33 - 2025-07-24
## [mcp-gateway] 0.0.9 - 2025-07-25

### Changes

- release: Rust SDK v0.2.8 (#61)
- release: mcp-authorizer v0.0.9 (#67)
- release: mcp-gateway v0.0.6 (#60)
- release: mcp-gateway v0.0.7 (#63)
- release: mcp-gateway v0.0.8 (#65)
- πŸ› fix: Check for wasm32-wasip1 in install.sh script
- πŸ› fix: install.sh
- πŸ› fix: install.sh don't install rust/wasm by default
- πŸ› fix: prepare-release
- release: CLI v0.0.33 (#68)
- ✨ feat: Update SDKs to support multi-tool components (#69)
- ✨ feat: Update mcp-gateway to support multi-tool components (#70)
- πŸ› fix: rm inaccurate message in add (#66)
- πŸ› fix: spin install
- πŸ› fix: update templates on component release
- πŸ“š docs: install nit
- πŸ“š docs: nit
- πŸ”§ chore: update templates to ftl-sdk v0.2.7 (#55)
- πŸ”§ chore: update templates to ftl-sdk v0.2.8 (#62)

### Contributors

- Ian McDonald
- bowlofarugula
2 changes: 1 addition & 1 deletion components/mcp-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ftl-mcp-gateway"
authors.workspace = true
description = "MCP gateway component"
version = "0.0.8"
version = "0.0.9"
license.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ route = { private = true }
component = "ftl-mcp-gateway"

[component.ftl-mcp-gateway]
source = { registry = "ghcr.io", package = "fastertools:mcp-gateway", version = "0.0.8" }
source = { registry = "ghcr.io", package = "fastertools:mcp-gateway", version = "0.0.9" }
allowed_outbound_hosts = ["http://*.spin.internal"]
[component.ftl-mcp-gateway.variables]
tool_components = "{{ tool_components }}"
Expand Down
2 changes: 1 addition & 1 deletion templates/ftl-mcp-server/content/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ route = { private = true }
component = "ftl-mcp-gateway"

[component.ftl-mcp-gateway]
source = { registry = "ghcr.io", package = "fastertools:mcp-gateway", version = "0.0.8" }
source = { registry = "ghcr.io", package = "fastertools:mcp-gateway", version = "0.0.9" }
allowed_outbound_hosts = ["http://*.spin.internal"]
[component.ftl-mcp-gateway.variables]
tool_components = "{% raw %}{{ tool_components }}{% endraw %}"
Expand Down
Loading