dejared-mcp 0.1.2 → 0.1.3
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 +0 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,16 +24,6 @@ Most MCP-compatible tools use a JSON configuration like this:
|
|
|
24
24
|
|
|
25
25
|
See below for tool-specific instructions.
|
|
26
26
|
|
|
27
|
-
## MCP Registry
|
|
28
|
-
|
|
29
|
-
This server is published to the [MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.huynhkhanh1402/dejared`.
|
|
30
|
-
|
|
31
|
-
You can verify it via the registry API:
|
|
32
|
-
|
|
33
|
-
```bash
|
|
34
|
-
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.huynhkhanh1402/dejared"
|
|
35
|
-
```
|
|
36
|
-
|
|
37
27
|
## Configuration by Tool
|
|
38
28
|
|
|
39
29
|
<details>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dejared-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"mcpName": "io.github.HuynhKhanh1402/dejared",
|
|
5
5
|
"description": "Explore, analyze, and decompile Java JAR files via MCP",
|
|
6
6
|
"bin": {
|
|
7
7
|
"dejared-mcp": "bin/dejared-mcp.js"
|