Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2025
1 parent 9e66182 commit 928bb03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cmd/ftl-mcp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"net/url"
"os"

"github.com/block/ftl/internal/rpc"

"github.com/alecthomas/kong"
"github.com/mark3labs/mcp-go/mcp"
"github.com/mark3labs/mcp-go/server"
Expand All @@ -16,6 +14,7 @@ import (
"github.com/block/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect"
"github.com/block/ftl/internal/log"
_ "github.com/block/ftl/internal/prodinit"
"github.com/block/ftl/internal/rpc"
)

var cli struct {
Expand Down
3 changes: 2 additions & 1 deletion cmd/ftl-mcp/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import (
"strconv"
"strings"

"github.com/mark3labs/mcp-go/mcp"

"github.com/block/ftl/backend/protos/xyz/block/ftl/buildengine/v1/buildenginepbconnect"
"github.com/block/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect"
"github.com/block/ftl/common/reflect"
"github.com/block/ftl/common/schema"
"github.com/block/ftl/common/slices"
devstate "github.com/block/ftl/internal/devstate"
"github.com/mark3labs/mcp-go/mcp"
)

type statusOutput struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ require (
github.com/jpillora/backoff v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lni/dragonboat/v4 v4.0.0-20240618143154-6a1623140f27
github.com/mark3labs/mcp-go v0.10.3
github.com/mattn/go-isatty v0.0.20
github.com/multiformats/go-base36 v0.2.0
github.com/opencontainers/go-digest v1.0.0
Expand Down Expand Up @@ -168,7 +169,6 @@ require (
github.com/lni/vfs v0.2.1-0.20220616104132-8852fd867376 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mark3labs/mcp-go v0.10.3 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/miekg/dns v1.1.26 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down

0 comments on commit 928bb03

Please sign in to comment.