@mcpio/jira 2.1.0 → 2.1.1
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/dist/index.js +0 -0
- package/index.js +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
File without changes
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpio/jira",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Jira API integration with enhanced ADF formatting support and security hardening",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Volodymyr Press",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"type": "module",
|
|
11
|
-
"main": "
|
|
11
|
+
"main": "index.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"bin": {
|
|
14
|
-
"mcpio-jira": "
|
|
14
|
+
"mcpio-jira": "index.js"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|