Token导航 LogoToken导航TokenDH.com
MCP Graph Mailer logo
运维云端未说明官方级别未说明来源级核验

MCP Graph Mailer

MCP Server

一个使用uv进行依赖管理和项目执行的开发环境工具,支持Python 3.13+。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
依赖管理Python本地部署云端部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Dante281

提供方

Dante281

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

开发环境

此项目使用 紫外线 用于依赖性管理和执行。

需求

  • Python 3.13+
  • 紫外线

设置

uv sync

All examples and workflows assume:
- Dependencies are managed via `uv`
- Scripts are executed using `uv run`

### Common Commands
- **Start the MCP server:**
  `uv run server.py`

- **Authenticate (First time only):**
  `uv run auth_bootstrap.py`

- **Manual Verification (Send Real Email):**
  `uv run scripts/manual_send.py`

- **Run HTTP Test Client:**
  `uv run scripts/test_client.py` (Requires server running in another terminal)

- **Run tests:**
  `uv run pytest`

## Project Structure

/ ├── server.py # Entry point (MCP Server) ├── auth_bootstrap.py # Initial Authentication Script ├── .env # Secrets (see .env.example) ├── scripts/ # Helper scripts │ ├── manual_send.py # Independent interactive test │ └── test_client.py # HTTP client for checking server ├── tools/ # Logic & Tools Implementation │ ├── auth.py # MSAL Integration │ ├── email_flow.py # Prepare/Confirm tools │ ├── graph_client.py # Microsoft Graph API wrapper │ └── ... └── tests/ # Automated Tests


此项目不支持 `pip`, `virtualenv`,或直接 `python` 执行。

目录标签

目录标签

依赖管理Python本地部署云端部署Python工具开发环境

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP