基于FastMCP框架的验证码生成工具
Project description
验证码生成工具
项目概述
这是一个基于FastMCP框架构建的验证码生成工具,提供多种类型的验证码生成功能,可以轻松集成到各种Python和TypeScript项目中,也可以作为CodeBuddy的MCP服务使用。
功能特性
- 验证码生成
- 生成纯数字验证码
- 生成纯字母验证码(包含大小写)
- 生成字母和数字混合验证码
- TypeScript开发工具
- 代码格式化
- 代码分析
- 代码模板获取
- 代码审查提示词生成
- 项目设置提示词生成
安装方法
从PyPI安装(推荐)
# 使用pip安装(清华源)
pip install verification-code-generator -i https://pypi.tuna.tsinghua.edu.cn/simple
# 或使用官方源
pip install verification-code-generator
从源码安装
# 克隆代码库
git clone https://github.com/yourusername/verification-code-generator.git
cd verification-code-generator
# 安装依赖
pip install -e .
使用方法
作为MCP服务器
# 方法1:使用命令行工具
verification-code-server # 启动标准服务器
verification-code-sse-server # 启动SSE服务器
# 方法2:在Python代码中使用
from mcp_ts.server import create_and_run_server, create_and_run_sse_server
# 启动标准服务器
create_and_run_server(name="VerificationCodeServer", description="验证码生成服务器")
# 或启动SSE服务器
create_and_run_sse_server(name="VerificationCodeServer", description="验证码生成服务器", port=8080)
使用服务器类
# 导入服务器类
from mcp_ts.server import MCPTSServer
import asyncio
async def main():
# 创建服务器实例
server = MCPTSServer(name="VerificationCodeServer", description="验证码生成服务器")
# 运行服务器(异步方式)
await server.run_sse_async(host="127.0.0.1", port=8000)
# 或使用标准输入输出方式
# await server.run_async(transport="stdio")
if __name__ == "__main__":
asyncio.run(main())
客户端示例
from mcp.client.client import Client as MCPClient
import asyncio
async def main():
client = MCPClient(name="TSClient", description="TS客户端")
try:
# 连接到服务器
await client.connect(transport="stdio")
# 调用验证码生成工具
code = await client.call_tool(
"generate_mixed_verification_code",
{"length": 8}
)
print(f"验证码: {code}")
# 获取TypeScript模板
template = await client.access_resource("ts-template://class")
print(f"类模板: {template}")
finally:
await client.disconnect()
if __name__ == "__main__":
asyncio.run(main())
与CodeBuddy集成
本项目可以作为CodeBuddy的MCP服务使用,提供验证码生成功能。
配置步骤
-
编辑CodeBuddy的MCP服务器配置文件:
c:/Users/[用户名]/AppData/Roaming/CodeBuddy/User/globalStorage/tencent.planning-genie/settings/codebuddy_mcp_settings.json -
添加以下配置:
"验证码生成工具": { "disabled": false, "timeout": 60, "type": "stdio", "command": "python", "args": [ "d:/MCP_test2/start_mcp_server_for_codebuddy.py" ], "cwd": "d:/MCP_test2" }
-
重启CodeBuddy或刷新MCP服务
使用方法
在CodeBuddy中,可以直接调用验证码生成工具:
请使用验证码生成工具生成一个8位混合验证码
或者:
请使用验证码生成工具生成一个6位纯数字验证码
配置文件
项目使用JSON配置文件(mcp_ts/config.json)来控制服务器行为:
{
"server": {
"name": "VerificationCodeServer",
"description": "验证码生成服务器",
"default_transport": "stdio",
"sse": {
"host": "127.0.0.1",
"port": 8000
}
},
"tools": {
"verification_code": {
"enabled": true,
"default_length": 6
},
"typescript": {
"enabled": true,
"formatter": {
"indent_size": 2,
"use_tabs": false,
"single_quotes": true
}
}
},
"resources": {
"templates": {
"enabled": true,
"cache_templates": true
}
},
"prompts": {
"enabled": true,
"default_style": "friendly"
},
"logging": {
"level": "info",
"file": "mcp_ts_server.log",
"console": true
}
}
开发指南
安装开发依赖
pip install -e ".[dev]"
构建并上传到PyPI
# 使用提供的脚本
python build_and_upload.py
许可证
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file laiyuzheng_verification_code_generator-0.1.0.tar.gz.
File metadata
- Download URL: laiyuzheng_verification_code_generator-0.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e067831d6928a15e2d704bc3d80a7e13f5cdba4572bf77bdbb75d7b4a5f35515
|
|
| MD5 |
55cd5e1e84e65e34d08b519f2e90034b
|
|
| BLAKE2b-256 |
0fb681635c27e8c395d2e5159d2cfa7eb0baa97661859c31ef3c537aca32666f
|
File details
Details for the file laiyuzheng_verification_code_generator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: laiyuzheng_verification_code_generator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7a19ac04bcde24a3b33a4e861ed97383b9ea4361d61ecf83427bfb6d249349b
|
|
| MD5 |
dba65af2d0b842a55af5a10ba270b09f
|
|
| BLAKE2b-256 |
c31a3d645f738a07b56ada7bc2768c73d7b7bd72a828e28e0107033b667b3207
|