@crypto512/jicon-mcp 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/%40crypto512%2Fjicon-mcp.svg)](https://badge.fury.io/js/%40crypto512%2Fjicon-mcp)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- > Connect Claude to your Jira, Confluence, and Tempo. Search issues, create pages, log time - all through natural conversation.
6
+ > Connect your AI assistant to Jira, Confluence, and Tempo. Search issues, create pages, log time - all through natural conversation.
7
7
 
8
8
  ## Quick Start
9
9
 
@@ -17,7 +17,7 @@ npm install -g @crypto512/jicon-mcp
17
17
 
18
18
  ## What Can You Do?
19
19
 
20
- Once configured, just ask Claude in natural language:
20
+ Once configured, just ask in natural language:
21
21
 
22
22
  ### Jira
23
23
  - *"Find all high-priority bugs assigned to me"*
@@ -205,7 +205,7 @@ Plus utility tools for content buffering, time calculations, URL generation, and
205
205
 
206
206
  ### Safe Confluence Editing
207
207
 
208
- Confluence changes go through a draft workflow - Claude creates drafts, you review and publish. No accidental overwrites.
208
+ Confluence changes go through a draft workflow - drafts are created for your review before publishing. No accidental overwrites.
209
209
 
210
210
  ### PlantUML Diagrams
211
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crypto512/jicon-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Model Context Protocol server for Jira, Confluence, and Tempo integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",