@softeria/ms-365-mcp-server 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ For a complete list of available tools and their parameters, use an MCP-enabled
|
|
|
157
157
|
|
|
158
158
|
```bash
|
|
159
159
|
# Clone the repository
|
|
160
|
-
git clone https://github.com/softeria
|
|
160
|
+
git clone https://github.com/softeria/ms-365-mcp-server.git
|
|
161
161
|
cd ms-365-mcp-server
|
|
162
162
|
|
|
163
163
|
# Install dependencies
|
|
@@ -186,7 +186,7 @@ This repository uses GitHub Actions for continuous integration and deployment:
|
|
|
186
186
|
all tests.
|
|
187
187
|
- **Publish Workflow**: Automatically publishes to npm when a new GitHub release is created.
|
|
188
188
|
|
|
189
|
-
[](https://github.com/softeria/ms-365-mcp-server/actions/workflows/build.yml)
|
|
190
190
|
|
|
191
191
|
### Release Process
|
|
192
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softeria/ms-365-mcp-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Microsoft 365 MCP Server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.mjs",
|
|
@@ -40,5 +40,9 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"prettier": "^3.5.3",
|
|
42
42
|
"vitest": "^3.1.1"
|
|
43
|
+
},
|
|
44
|
+
"repository": {
|
|
45
|
+
"type": "git",
|
|
46
|
+
"url": "https://github.com/softeria/ms-365-mcp-server.git"
|
|
43
47
|
}
|
|
44
48
|
}
|