Get Server Version
server_get_versionCheck the current version of the Microsoft 365 MCP server for diagnostics and compatibility verification.
Instructions
📖 Get the version of the m365-mcp server (read-only, safe for unsupervised use)
Returns the current version of the m365-mcp server that is running. Useful for diagnostics, troubleshooting, and ensuring compatibility.
Returns: Dictionary containing: - version: The semantic version string (e.g., "0.1.3") - package: The package name ("m365-mcp")
Example: >>> server_get_version() {"version": "0.1.3", "package": "m365-mcp"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||