Metadata-Version: 2.4
Name: ms365-toolkit-mcp
Version: 0.2.1
Summary: Installable MCP entrypoint for ms365-toolkit
Project-URL: Homepage, https://github.com/sadhiappan/ms365-toolkit
Project-URL: Repository, https://github.com/sadhiappan/ms365-toolkit
Project-URL: Issues, https://github.com/sadhiappan/ms365-toolkit/issues
Author-email: Shiv Adhiappan <shivaram1190@gmail.com>
Maintainer-email: Shiv Adhiappan <shivaram1190@gmail.com>
License-Expression: MIT
Keywords: email,mcp,microsoft-365,microsoft-graph,teams
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business
Requires-Python: >=3.11
Requires-Dist: ms365-toolkit[mcp]==0.2.1
Description-Content-Type: text/markdown

# ms365-toolkit-mcp

Installable MCP entrypoint for [`ms365-toolkit`](https://github.com/sadhiappan/ms365-toolkit).

This wrapper package depends on the matching `ms365-toolkit[mcp]` release and exposes:

```bash
ms365-toolkit-mcp
```

Agent registrations should launch the wrapper through:

```bash
uvx --refresh-package ms365-toolkit-mcp ms365-toolkit-mcp@latest
```

Use the root project README for the full Codex/Claude registration commands,
Microsoft Graph auth requirements, stale-version checks, and safety guidance.
