Skip to content

Commit e6d3b1e

Browse files
committed
chore: make fmt
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent ac7930c commit e6d3b1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ func main() {
5656
var mcpProxy mcp.ServerProxier
5757
deepwikiProxy, err := mcp.NewStreamableHTTPServerProxy(
5858
logger.Named("mcp.deepwiki"),
59-
"deepwiki", // server name (tools prefixed as bmcp_deepwiki_*)
60-
"https://mcp.deepwiki.com/mcp", // no auth required for public repos
61-
nil, // headers
59+
"deepwiki", // server name (tools prefixed as bmcp_deepwiki_*)
60+
"https://mcp.deepwiki.com/mcp", // no auth required for public repos
61+
nil, // headers
6262
regexp.MustCompile(`^ask_question$`), // allowlist: only ask_question tool
63-
nil, // denylist
63+
nil, // denylist
6464
)
6565
if err != nil {
6666
log.Fatalf("create deepwiki mcp proxy: %v", err)

0 commit comments

Comments
 (0)