@realakagi/lawmcp 0.5.3 → 0.5.5
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 +364 -360
- package/dist/server.cjs +7 -10
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realakagi/lawmcp",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "MCP server for
|
|
3
|
+
"version": "0.5.5",
|
|
4
|
+
"description": "AlphaLawyer 法律案例与法规检索 MCP Server / MCP server for AlphaLawyer legal case and law/regulation search.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"lawmcp": "dist/server.cjs"
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"keywords": [
|
|
29
29
|
"mcp",
|
|
30
30
|
"law",
|
|
31
|
+
"legal",
|
|
31
32
|
"alphalawyer"
|
|
32
33
|
],
|
|
33
34
|
"license": "UNLICENSED",
|