@crypto512/jicon-mcp 0.3.2 → 0.4.0

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 +0 -48
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,12 +197,6 @@ Once configured, you can ask Claude to:
197
197
  - *"Show me my worklogs for this week"*
198
198
  - *"Get team worklogs for the development team"*
199
199
 
200
- ## Documentation
201
-
202
- - **[CLAUDE.md](CLAUDE.md)** - Complete functional specification
203
- - **[TOOL_LIST.md](TOOL_LIST.md)** - Comprehensive tool reference with examples
204
- - **[API Documentation](docs/api.md)** - Detailed API documentation (coming soon)
205
-
206
200
  ## Tool Categories
207
201
 
208
202
  ### Jira Tools
@@ -263,48 +257,6 @@ Generate a Personal Access Token (PAT):
263
257
  - ✅ Never commit credentials to version control
264
258
  - ✅ Use read-only tokens for search/read operations
265
259
 
266
- ## Development Status
267
-
268
- - ✅ **Specification Complete** - Functional spec and tool list defined
269
- - ✅ **Implementation Complete** - All 39 tools implemented
270
- - ✅ **Testing** - 86 tests passing
271
- - ✅ **Configuration System** - Flexible .jicon.json with permissions
272
- - 📦 **Publishing** - Ready for npm publish
273
-
274
- ## Roadmap
275
-
276
- ### Phase 1: Core Implementation ✅ **COMPLETED**
277
- - ✅ Project setup and structure
278
- - ✅ Jira API client implementation (15 tools)
279
- - ✅ Confluence API client implementation (13 tools)
280
- - ✅ Tempo API client implementation (11 tools)
281
- - ✅ MCP server implementation
282
- - ✅ Basic testing (86 tests, 100% pass rate)
283
- - ✅ Configuration system (.jicon.json with hierarchy)
284
- - ✅ Permission system (full, readonly, custom modes)
285
- - ✅ Virtual actions (jira_read, jira_all, confluence_read, tempo_all, etc.)
286
- - ✅ Development and contributing guides
287
-
288
- ### Phase 2: Enhancement (In Progress)
289
- - ✅ Advanced error handling (implemented)
290
- - [ ] Rate limiting and caching
291
- - [ ] Integration tests with mock servers
292
- - ✅ Documentation examples (DEVELOPMENT.md added)
293
- - [ ] CI/CD pipeline
294
- - [ ] npm package publishing
295
-
296
- ### Phase 3: Advanced Features (Planned)
297
- - [ ] Bulk operations
298
- - [ ] Custom field templates
299
- - [ ] Webhook support
300
- - [ ] Multi-instance support
301
- - [ ] CLI tool for configuration testing
302
- - [ ] Performance optimizations
303
-
304
- ## Contributing
305
-
306
- Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
307
-
308
260
  ## License
309
261
 
310
262
  MIT License - see [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crypto512/jicon-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Model Context Protocol server for Jira, Confluence, and Tempo integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",