Skip to content

Commit 3921b73

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2025-12-01) ### Features * modernize MCP SDK to v1.23.0 with registerTool API ([021c09f](021c09f))
1 parent 021c09f commit 3921b73

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.2.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v3.1.0...v3.2.0) (2025-12-01)
2+
3+
4+
### Features
5+
6+
* modernize MCP SDK to v1.23.0 with registerTool API ([021c09f](https://github.com/aashari/mcp-server-atlassian-confluence/commit/021c09fc8956379ad12b025bee278a73f23366e1))
7+
18
# [3.1.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v3.0.0...v3.1.0) (2025-11-30)
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.1.0",
3+
"version": "3.2.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)