@stubbedev/atlassian-mcp 0.5.14 → 0.5.15

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,7 +95,11 @@ cannot get them wrong, and they need no prompting:
95
95
  components and fix versions, and Bitbucket reviewers are checked first; a bad
96
96
  one comes back with the valid options instead of an opaque 400.
97
97
  - **Markdown is converted to Jira wiki markup** on every Jira write (comments,
98
- descriptions, worklogs). Text that is already wiki markup is left alone.
98
+ descriptions, environments, worklogs): fenced code blocks in any style
99
+ (```` ``` ````/```` ```` ````/`~~~`, any info string), inline code, headings,
100
+ bold/bold-italic, strikethrough, links, autolinks and images, blockquotes
101
+ (`bq.`/`{quote}`), tables, and bullet or ordered lists (`-`/`*`/`+` and
102
+ `1.`/`1)`). Text that is already wiki markup is left alone.
99
103
  - **PR comment hygiene:** one reply per thread per author, no duplicate of a
100
104
  comment you already posted, no new top-level comment on a PR you authored
101
105
  (`asAuthor=true` to override), no tasks via `severity`, no emoji, and bare
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubbedev/atlassian-mcp",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "MCP server for self-hosted Jira and Bitbucket (Go, distributed as a prebuilt binary)",
5
5
  "license": "MIT",
6
6
  "type": "module",