reportflow-mcp 1.1.1 → 1.1.2
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reportflow-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "ReportFlow MCP Server - PDF report generation for Claude and AI agents",
|
|
5
5
|
"keywords": ["mcp", "pdf", "report", "reportflow", "claude", "anthropic", "ai-agent"],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "株式会社マネプラ",
|
|
8
|
-
"homepage": "https://github.com/re-port-flow/
|
|
8
|
+
"homepage": "https://github.com/re-port-flow/reportflow-mcp#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/re-port-flow/
|
|
11
|
+
"url": "git+https://github.com/re-port-flow/reportflow-mcp.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/re-port-flow/
|
|
14
|
+
"url": "https://github.com/re-port-flow/reportflow-mcp/issues"
|
|
15
15
|
},
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"access": "public"
|