Skip to content

Commit c819e4e

Browse files
authored
Merge pull request #2279 from paulrobinson/paulrobinson-patch-2
2 parents 6ca1c9b + 4433059 commit c819e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-01-29-introducing-mcp-servers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Then in your MCP client configure it with:
3939

4040
For example to run the JDBC server to connect to a MariaDB database you would do:
4141

42-
`jbang mcp-jdbc-server@quarkiverse/quarkus-mcp-servers jdbc:mariadb://localhost:3306/test --user root --password mysecretpassword`
42+
`jbang jdbc@quarkiverse/quarkus-mcp-servers jdbc:mariadb://localhost:3306/test --user root --password mysecretpassword`
4343

4444
or use a downlodable SQLite database of Netflix movies:
4545

46-
`jbang mcp-jdbc-server@quarkiverse/quarkus-mcp-servers jdbc:sqlite:%{https://github.com/lerocha/netflixdb/releases/download/v1.0.0/netflixdb.sqlite}`
46+
`jbang jdbc@quarkiverse/quarkus-mcp-servers jdbc:sqlite:%{https://github.com/lerocha/netflixdb/releases/download/v1.0.0/netflixdb.sqlite}`
4747

4848
TIP: Tthe `%{}` syntax is a JBang feature to download a file from a URL in the command line and use it as a local file.
4949

0 commit comments

Comments
 (0)