File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ Then in your MCP client configure it with:
3939
4040For 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
4444or 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
4848TIP: 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
You can’t perform that action at this time.
0 commit comments