llm-sentry-tools 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # LLM Tools
1
+ # LLM Sentry Tools
2
+
3
+ [![npm version](https://badge.fury.io/js/llm-sentry-tools.svg)](https://www.npmjs.com/package/llm-sentry-tools)
4
+ [![npm downloads](https://img.shields.io/npm/dm/llm-sentry-tools.svg)](https://www.npmjs.com/package/llm-sentry-tools)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
6
 
3
7
  基于 Sentry MCP 的智能错误分析和修复工具,让 AI 助手能够自动分析和修复 Sentry 上报的错误。
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-sentry-tools",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "基于 Sentry MCP 的错误分析和修复工具,支持 Claude Code、Cursor 等 AI 工具",
5
5
  "type": "module",
6
6
  "bin": {