Skip to content

Commit e43928e

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2025-11-30) ### Features * add TOON output format for token-efficient LLM responses ([#145](#145)) ([33ffa7b](33ffa7b))
1 parent 33ffa7b commit e43928e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.1.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v3.0.0...v3.1.0) (2025-11-30)
2+
3+
4+
### Features
5+
6+
* add TOON output format for token-efficient LLM responses ([#145](https://github.com/aashari/mcp-server-atlassian-confluence/issues/145)) ([33ffa7b](https://github.com/aashari/mcp-server-atlassian-confluence/commit/33ffa7b0477efb05eb185c582d480f09daee6c88))
7+
18
# [3.0.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.1.1...v3.0.0) (2025-11-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/mcp-server-atlassian-confluence",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)