Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
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.

32 changes: 31 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
## [mcp-gateway] 0.0.8 - 2025-07-24
## [mcp-authorizer] 0.0.9 - 2025-07-24

### Changes

- release: CLI v0.0.31 (#49)
- release: CLI v0.0.32 (#59)
- release: Rust SDK v0.2.4 (#51)
- release: Rust SDK v0.2.5 (#52)
- release: Rust SDK v0.2.6 (#53)
- release: Rust SDK v0.2.7 (#54)
- release: Rust SDK v0.2.8 (#61)
- release: TypeScript SDK v0.2.4 (#56)
- release: mcp-gateway v0.0.5 (#57)
- release: mcp-gateway v0.0.6 (#60)
- release: mcp-gateway v0.0.7 (#63)
- release: mcp-gateway v0.0.8 (#65)
- ✨ feat: Improve install.sh script. (#58)
- πŸ› fix: Check for wasm32-wasip1 in install.sh script
- πŸ› fix: dup ci job
- πŸ› fix: examples/demo ghcr.io refs
- πŸ› fix: exclude templates/examples from cargo update
- πŸ› fix: install.sh
- πŸ› fix: install.sh don't install rust/wasm by default
- πŸ› fix: install.sh interactive prompts
- πŸ› fix: install.sh script
- πŸ› fix: mcp-gateway rust sdk dep
- πŸ› fix: prepare-release
- πŸ› fix: rust sdk release
- πŸ› fix: sdk release
- πŸ› 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-authorizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ftl-mcp-authorizer"
authors.workspace = true
description = "MCP authorization component for FTL servers using AuthKit"
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 @@ -67,7 +67,7 @@ route = "/.well-known/oauth-authorization-server"
component = "mcp"

[component.mcp]
source = { registry = "ghcr.io", package = "fastertools:mcp-authorizer", version = "0.0.8" }
source = { registry = "ghcr.io", package = "fastertools:mcp-authorizer", version = "0.0.9" }
allowed_outbound_hosts = ["http://*.spin.internal", "https://*.authkit.app"]
[component.mcp.variables]
auth_enabled = "{{ auth_enabled }}"
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 @@ -67,7 +67,7 @@ route = "/.well-known/oauth-authorization-server"
component = "mcp"

[component.mcp]
source = { registry = "ghcr.io", package = "fastertools:mcp-authorizer", version = "0.0.6" }
source = { registry = "ghcr.io", package = "fastertools:mcp-authorizer", version = "0.0.9" }
allowed_outbound_hosts = ["http://*.spin.internal", "https://*.authkit.app"]
[component.mcp.variables]
auth_enabled = "{% raw %}{{ auth_enabled }}{% endraw %}"
Expand Down
Loading