File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
36Please check if your PR fulfills the following requirements:
47
58- [ ] Tests for the changes have been added (for bug fixes / features)
Original file line number Diff line number Diff line change @@ -84,9 +84,18 @@ Integration tests require the set-up the following environment variables:
8484uv 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
92101docker build . -t inditextech/mcp-teams-server
Original file line number Diff line number Diff 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
3335Create an application for Microsoft Teams
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ MCP Teams Server is a communication tool that allows AI assistants to interact w
1717
1818Add 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+
2027Sample docker setup:
2128
2229``` yaml
You can’t perform that action at this time.
0 commit comments