Skip to content

Commit ba48d70

Browse files
authored
docs: update mcp server version to 0.2 and change readme (#14197)
* docs: update mcp server version to 0.2 and change readme * fix: use mailto
1 parent 96474cf commit ba48d70

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

packages/mcp-server/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,18 @@ For a step-by-step guide to install the Microsoft 365 Agents Toolkit MCP Server,
6464

6565
Manual configuration required, please follow: [Visual Studio MCP Official Guide](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022)
6666

67+
## Feedback
68+
69+
We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Microsoft 365 Agents Toolkit MCP Server.
70+
71+
- [Open an issue in the public repository](https://github.com/OfficeDev/microsoft-365-agents-toolkit/issues/new/choose).
72+
- Send an email to [[email protected]](mailto:[email protected]) to chat with the product team.
73+
74+
## Code of Conduct
75+
76+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
77+
6778
## License
68-
This project is licensed under the [MIT License](LICENSE).
79+
Copyright (c) Microsoft Corporation. All rights reserved.
80+
81+
Licensed under the [MIT](LICENSE) license.

packages/mcp-server/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/m365agentstoolkit-mcp",
3-
"version": "0.1.1-alpha",
3+
"version": "0.2.0",
44
"bin": {
55
"m365agentstoolkit-mcp": "./dist/index.js"
66
},
@@ -23,11 +23,14 @@
2323
"dist"
2424
],
2525
"keywords": [
26-
"mcp"
26+
"mcp",
27+
"model-context-protocol",
28+
"m365agents",
29+
"m365agentstoolkit-mcp"
2730
],
2831
"repository": {
2932
"type": "git",
30-
"url": "git+https://github.com/OfficeDev/teams-toolkit.git"
33+
"url": "git+https://github.com/OfficeDev/microsoft-365-agents-toolkit.git"
3134
},
3235
"author": "Microsoft Corporation",
3336
"license": "MIT",
@@ -70,4 +73,4 @@
7073
"npx eslint --cache --fix --quiet"
7174
]
7275
}
73-
}
76+
}

0 commit comments

Comments
 (0)