@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 CHANGED
File without changes
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import './dist/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpio/jira",
3
- "version": "2.1.0",
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": "dist/index.js",
11
+ "main": "index.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "bin": {
14
- "mcpio-jira": "dist/index.js"
14
+ "mcpio-jira": "index.js"
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tsc",