Skip to content

Commit dae8e81

Browse files
committed
Added MCP support
1 parent 7bf0e41 commit dae8e81

64 files changed

Lines changed: 619 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions

PRIVACY.md

Lines changed: 4 additions & 0 deletions

README.md

Lines changed: 32 additions & 1 deletion

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "fast-java-thread",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Cross-platform Java thread dump analyzer",
55
"private": true,
66
"scripts": {
77
"dev": "tauri dev",
8-
"build": "tauri build",
8+
"build": "npm run mcp:build && tauri build",
99
"start": "tauri dev",
10-
"test": "jest"
10+
"test": "jest",
11+
"mcp:build": "cd lib/FastJavaThread && npx tsc -p ./"
1112
},
1213
"dependencies": {
1314
"chart.js": "^4.4.7",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-java-thread"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

src-tauri/icons/128x128.png

-19.7 KB

src-tauri/icons/128x128@2x.png

-77.6 KB

src-tauri/icons/32x32.png

-826 Bytes

0 commit comments

Comments
 (0)