Skip to main content
Glama

MCP Probe Kit

by mybolide
CHANGELOG.md3.06 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.3.0] - 2025-10-27 ### Fixed - 📝 修复 README.md 中 gencommit 工具的格式说明 - 更新文档为新的 emoji commit 格式 - 添加详细的类型说明和示例 ## [1.2.9] - 2025-10-27 ### Changed - 💄 优化 `gencommit` 工具的 commit 消息格式规范 - Subject 保持简洁,不强制包含 scope - Scope/模块信息建议放在 body 中说明,更加灵活 - 更新示例,展示详细版、简单版、最简版三种场景 - 格式调整为:`type: emoji subject` ### Improved - 🔧 优化版本号管理,统一从 package.json 读取 - 新增 `src/version.ts` 配置文件,避免多处手动修改版本号 - 今后只需修改 package.json 的版本号即可 ## [1.2.8] - 2025-10-27 ### Changed - 🚀 优化 `analyze_project` 工具,大幅提升大型项目分析性能 - 限制最多扫描 5000 个文件,防止超大项目分析超时 - 限制每个目录最多显示 50 项,避免输出过长 - 限制单个文件大小为 1MB,跳过超大文件 - 增强忽略目录列表,完全跳过 `node_modules`、`dist`、`build` 等大型目录 - 添加更多忽略目录:`vendor`、`__pycache__`、`.cache`、`bower_components` 等 - 文件类型分布按数量排序,只显示前 10 种 - 关键文件内容限制为 100 行,超长内容自动截断 - 使用相对路径显示文件,提高可读性 - 添加扫描进度日志和忽略目录提示 ## [1.2.7] - 2025-10-27 ### Changed - 更新 MCP 服务器版本信息,确保所有版本号统一 - 优化服务器状态资源,用户可通过 `probe://status` 查看实时版本 ## [1.2.6] - 2025-10-27 ### Added - 🎸 为 commit 类型添加 emoji 支持,提升视觉体验 - 新增 `fixed` 类型用于线上/测试缺陷修复 - 为所有 commit 类型配置 emoji 表情(🐛🎸✏️💄🤖♻️✅) - 添加带 emoji 的 commit 消息示例 ### Changed - 更新 gencommit 工具的类型描述,区分 `fixed` 和 `fix` 的使用场景 - 优化类型排序,将 fixed/fix 放在首位 ## [1.2.4] - 2025-10-26 ### Added - 添加 FAQ 常见问题解答章节 - 添加故障排查指南 ### Changed - 更新脚本和文档 ## [1.2.3] - 2025-10-26 Previous versions - see [GitHub Releases](https://github.com/mybolide/mcp-probe-kit/releases) --- [1.3.0]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.9...v1.3.0 [1.2.9]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.8...v1.2.9 [1.2.8]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.7...v1.2.8 [1.2.7]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.6...v1.2.7 [1.2.6]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.4...v1.2.6 [1.2.4]: https://github.com/mybolide/mcp-probe-kit/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/mybolide/mcp-probe-kit/releases/tag/v1.2.3

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mybolide/mcp-probe-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server