Skip to content

Commit b7b5adb

Browse files
committed
Update documentation
1 parent 07de864 commit b7b5adb

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,24 @@ MCP specification and SDK are more stable.
4646

4747
## How do I install it?
4848

49-
_This server can run as a Java application or inside a Docker container._ If Java is installed on your machine, this
50-
first option is
51-
probably the easiest one. If you don't have Java installed, or if you want to have something a bit more secure, you can
52-
use the second option.
49+
_This server can run as a Java application or inside a Docker container._
5350

54-
For both installations, the `stio` transport and the `http` transports are both available. The HTTP server should be
55-
available at [http://localhost:6273/sse](http://localhost:6273/sse).
51+
For both installations, only the `stio` transport is available. The `http` transport will be available later.
52+
53+
### Installation with Smithery.ai
54+
55+
You can install the MCP server through Smithery.ai:
56+
57+
[![smithery badge](https://smithery.ai/badge/@jdubois/azure-cli-mcp)](https://smithery.ai/server/@jdubois/azure-cli-mcp)
58+
59+
This is similar to our Docker container installation below, but runs on Smithery.ai's servers. While this installation
60+
is initially the easiest, please note that:
61+
62+
- You will need an `AZURE_CREDENTIALS` key, as described below in the Docker installation section, and that this key
63+
will be sent to Smithery.ai.
64+
- Smithery.ai is a third-party service, and you need to trust them to build this MCP server for you (it uses the same
65+
Dockerfile as our Docker image, but isn't built by us).
66+
- This is still an early preview service, so we can't guarantee how it will evolve.
5667

5768
### Install and configure the server with Java
5869

@@ -83,7 +94,7 @@ where you downloaded the `azure-cli-mcp.jar` file.
8394
}
8495
```
8596

86-
To use the server from VS Code Insiders, here are the steps to configure it:
97+
To use the server from VS Code, here are the steps to configure it:
8798

8899
- Install GitHub Copilot
89100
- Install this MCP Server using the command palette: `MCP: Add Server...`
@@ -133,7 +144,7 @@ the quotes escaped.
133144
}
134145
```
135146

136-
To use the server from VS Code Insiders, here are the steps to configure it:
147+
To use the server from VS Code, here are the steps to configure it:
137148

138149
- Install GitHub Copilot
139150
- Install this MCP Server using the command palette: `MCP: Add Server...`

0 commit comments

Comments
 (0)