@rustrak/mcp 0.1.2 → 0.1.4
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.
- package/README.md +16 -16
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<a href="https://
|
|
3
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<a href="https://rustrak.github.io/rustrak">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/rustrak/rustrak/main/apps/docs/public/logo.svg" alt="Rustrak" width="64" height="64" />
|
|
4
4
|
</a>
|
|
5
5
|
<h1>@rustrak/mcp</h1>
|
|
6
|
-
<p>MCP server that gives AI assistants full control of your <a href="https://
|
|
6
|
+
<p>MCP server that gives AI assistants full control of your <a href="https://rustrak.github.io/rustrak">Rustrak</a> error tracking</p>
|
|
7
7
|
|
|
8
8
|
<p>
|
|
9
9
|
<a href="https://www.npmjs.com/package/@rustrak/mcp">
|
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
<a href="https://www.npmjs.com/package/@rustrak/mcp">
|
|
13
13
|
<img src="https://img.shields.io/npm/dw/@rustrak/mcp?style=flat-square" alt="weekly downloads" />
|
|
14
14
|
</a>
|
|
15
|
-
<a href="https://github.com/
|
|
15
|
+
<a href="https://github.com/rustrak/rustrak/blob/main/LICENSE">
|
|
16
16
|
<img src="https://img.shields.io/npm/l/@rustrak/mcp?style=flat-square" alt="license" />
|
|
17
17
|
</a>
|
|
18
|
-
<a href="https://github.com/
|
|
19
|
-
<img src="https://img.shields.io/github/actions/workflow/status/
|
|
18
|
+
<a href="https://github.com/rustrak/rustrak/actions/workflows/ci.yml">
|
|
19
|
+
<img src="https://img.shields.io/github/actions/workflow/status/rustrak/rustrak/ci.yml?style=flat-square&label=CI" alt="CI" />
|
|
20
20
|
</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<p>
|
|
24
|
-
<a href="https://
|
|
24
|
+
<a href="https://rustrak.github.io/rustrak/sdks/mcp">Documentation</a>
|
|
25
25
|
·
|
|
26
|
-
<a href="https://github.com/
|
|
26
|
+
<a href="https://github.com/rustrak/rustrak">GitHub</a>
|
|
27
27
|
·
|
|
28
|
-
<a href="https://github.com/
|
|
28
|
+
<a href="https://github.com/rustrak/rustrak/issues">Report a Bug</a>
|
|
29
29
|
</p>
|
|
30
30
|
</div>
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
34
|
-
`@rustrak/mcp` is a [Model Context Protocol](https://modelcontextprotocol.io) server for [Rustrak](https://
|
|
34
|
+
`@rustrak/mcp` is a [Model Context Protocol](https://modelcontextprotocol.io) server for [Rustrak](https://rustrak.github.io/rustrak) — the self-hosted, Sentry-compatible error tracker. Connect it to Claude Desktop, Cursor, Continue.dev, or any MCP-compatible AI assistant and get 18 tools to list projects, inspect issues, view stack traces, resolve errors, and manage tokens without leaving your AI tool.
|
|
35
35
|
|
|
36
|
-
**[Full documentation →](https://
|
|
36
|
+
**[Full documentation →](https://rustrak.github.io/rustrak/sdks/mcp)**
|
|
37
37
|
|
|
38
38
|
## Quick Start
|
|
39
39
|
|
|
@@ -196,11 +196,11 @@ The server runs as a local process over stdio — no open network port, no daemo
|
|
|
196
196
|
|
|
197
197
|
## What is Rustrak?
|
|
198
198
|
|
|
199
|
-
[Rustrak](https://
|
|
199
|
+
[Rustrak](https://rustrak.github.io/rustrak) is a self-hosted error tracking server written in Rust that is fully compatible with any Sentry SDK. No code changes needed if you're migrating from Sentry. Runs on ~50 MB of memory as a single binary or Docker image.
|
|
200
200
|
|
|
201
|
-
- [Getting Started](https://
|
|
202
|
-
- [Self-Hosting Guide](https://
|
|
203
|
-
- [GitHub](https://github.com/
|
|
201
|
+
- [Getting Started](https://rustrak.github.io/rustrak/getting-started/overview)
|
|
202
|
+
- [Self-Hosting Guide](https://rustrak.github.io/rustrak/configuration/production)
|
|
203
|
+
- [GitHub](https://github.com/rustrak/rustrak)
|
|
204
204
|
|
|
205
205
|
## Development
|
|
206
206
|
|
|
@@ -220,4 +220,4 @@ pnpm --filter @rustrak/mcp dev
|
|
|
220
220
|
|
|
221
221
|
## License
|
|
222
222
|
|
|
223
|
-
[GPL-3.0](https://github.com/
|
|
223
|
+
[GPL-3.0](https://github.com/rustrak/rustrak/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rustrak/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "MCP server that gives AI assistants (Claude, Cursor, Continue) full control of your Rustrak error tracking",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://rustrak.github.io/rustrak/sdks/mcp",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/rustrak/rustrak.git",
|
|
9
9
|
"directory": "packages/mcp"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/rustrak/rustrak/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
53
53
|
"zod": "4.4.3",
|
|
54
|
-
"@rustrak/client": "0.1
|
|
54
|
+
"@rustrak/client": "0.2.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/node": "25.8.0",
|