Skip to content

Commit 0c8141b

Browse files
authored
Merge pull request #24 from InditexTech/hotfix/doc-docker-fixes
Doc docker fixes
2 parents 6720edc + f4a4c54 commit 0c8141b

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PR Checklist
22

3+
**Friendly reminder**: please read [CONTRIBUTING.md](../CONTRIBUTING.md#prerequisites), specially CLA in case you are
4+
a contributor and not a maintainer.
5+
36
Please check if your PR fulfills the following requirements:
47

58
- [ ] Tests for the changes have been added (for bug fixes / features)

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,18 @@ Integration tests require the set-up the following environment variables:
8484
uv run pytest -m integration
8585
```
8686

87+
### Pre-built docker image
88+
89+
There is a [pre-built image](https://github.com/InditexTech/mcp-teams-server/pkgs/container/mcp-teams-server) hosted in ghcr.io.
90+
You can install this image by running the following command
91+
92+
```commandline
93+
docker pull ghcr.io/inditextech/mcp-teams-server:latest
94+
```
95+
8796
### Build docker image
8897

89-
A docker image is available to run MCP server:
98+
A docker image is available to run MCP server. You can build it with the following command:
9099

91100
```bash
92101
docker build . -t inditextech/mcp-teams-server

doc/MS-Teams-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Bot will be allowed to interact with Teams Channel:
2828

2929
![Azure Bot Channels](./images/azure_bot_channels.png)
3030

31+
You will not need to deploy a Bot application because this MCP server uses Azure Bot Framework as a client to Bot Framework api.
32+
3133
### Microsoft application publishing
3234

3335
Create an application for Microsoft Teams

llms-install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ MCP Teams Server is a communication tool that allows AI assistants to interact w
1717

1818
Add the MCP server configuration to your MCP settings file based on your LLM client.
1919

20+
Remember there is a [pre-built image](https://github.com/InditexTech/mcp-teams-server/pkgs/container/mcp-teams-server) hosted in ghcr.io.
21+
You can install this image by running the following command
22+
23+
```commandline
24+
docker pull ghcr.io/inditextech/mcp-teams-server:latest
25+
```
26+
2027
Sample docker setup:
2128

2229
```yaml

0 commit comments

Comments
 (0)