diff --git a/Cargo.lock b/Cargo.lock index 96a12f01..d94e1c45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "ftl-mcp-gateway" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "ftl-sdk", diff --git a/components/mcp-gateway/Cargo.toml b/components/mcp-gateway/Cargo.toml index 22c9c60a..fbb4fec3 100644 --- a/components/mcp-gateway/Cargo.toml +++ b/components/mcp-gateway/Cargo.toml @@ -2,7 +2,7 @@ name = "ftl-mcp-gateway" authors.workspace = true description = "MCP gateway component" -version = "0.0.10" +version = "0.0.11" license.workspace = true rust-version.workspace = true edition.workspace = true diff --git a/examples/demo/ftl.toml b/examples/demo/ftl.toml index 46e8f5bf..a52f5bb5 100644 --- a/examples/demo/ftl.toml +++ b/examples/demo/ftl.toml @@ -12,7 +12,7 @@ access_control = "public" # Components from private repos can be accessed via `docker login`. # See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry # Default components: -gateway = "ghcr.io/fastertools/mcp-gateway:0.0.10" +gateway = "ghcr.io/fastertools/mcp-gateway:0.0.11" authorizer = "ghcr.io/fastertools/mcp-authorizer:0.0.12" # If true, the gateway component should automatically validate tool call arguments based on tool schema. validate_arguments = true diff --git a/templates/ftl-mcp-server/content/ftl.toml b/templates/ftl-mcp-server/content/ftl.toml index d4765648..48854746 100644 --- a/templates/ftl-mcp-server/content/ftl.toml +++ b/templates/ftl-mcp-server/content/ftl.toml @@ -29,7 +29,7 @@ access_control = "public" [mcp] # MCP components with full registry URIs -gateway = "ghcr.io/fastertools/mcp-gateway:0.0.10" +gateway = "ghcr.io/fastertools/mcp-gateway:0.0.11" authorizer = "ghcr.io/fastertools/mcp-authorizer:0.0.10" # You can use custom implementations by changing the URIs: # gateway = "ghcr.io/myorg/custom-mcp-gateway:1.0.0"