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.

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.10"
version = "0.0.11"
license.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/ftl.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ftl-mcp-demo"
version = "0.1.0"
version = "0.0.11"
description = "FTL MCP server for hosting MCP tools"
authors = ["bowlofarugula <bowlofarugula@gmail.com>"]
access_control = "public"
Expand Down
2 changes: 1 addition & 1 deletion templates/ftl-mcp-server/content/ftl.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "{{project-name | kebab_case}}"
version = "0.1.0"
version = "0.0.11"
description = "{{project-description}}"
authors = ["{{authors}}"]
# Access control mode: "public" or "private"
Expand Down