Skip to content

Commit eced227

Browse files
committed
chore: update MCP server names and bump versions to 0.9.0 for Bitbucket, Confluence, and Jira
1 parent 2aa9aa0 commit eced227

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/bitbucket/server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3-
"name": "io.github.b1ff/atlassian-dc-mcp",
3+
"name": "io.github.b1ff/atlassian-dc-mcp-bitbucket",
44
"description": "MCP server for Atlassian Bitbucket Data Center - interact with repositories and code",
55
"status": "active",
66
"repository": {
77
"url": "https://github.com/b1ff/atlassian-dc-mcp",
88
"source": "github"
99
},
10-
"version": "0.8.3",
10+
"version": "0.9.0",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "@atlassian-dc-mcp/bitbucket",
16-
"version": "0.8.3",
16+
"version": "0.9.0",
1717
"transport": {
1818
"type": "stdio"
1919
},
@@ -42,4 +42,4 @@
4242
]
4343
}
4444
]
45-
}
45+
}

packages/confluence/server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3-
"name": "io.github.b1ff/atlassian-dc-mcp",
3+
"name": "io.github.b1ff/atlassian-dc-mcp-confluence",
44
"description": "MCP server for Atlassian Confluence Data Center - access and manage content",
55
"status": "active",
66
"repository": {
77
"url": "https://github.com/b1ff/atlassian-dc-mcp",
88
"source": "github"
99
},
10-
"version": "0.8.3",
10+
"version": "0.9.0",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "@atlassian-dc-mcp/confluence",
16-
"version": "0.8.3",
16+
"version": "0.9.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

packages/jira/server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3-
"name": "io.github.b1ff/atlassian-dc-mcp",
3+
"name": "io.github.b1ff/atlassian-dc-mcp-jira",
44
"description": "MCP server for Atlassian Jira Data Center - search, view, and create issues",
55
"status": "active",
66
"repository": {
77
"url": "https://github.com/b1ff/atlassian-dc-mcp",
88
"source": "github"
99
},
10-
"version": "0.8.3",
10+
"version": "0.9.0",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "@atlassian-dc-mcp/jira",
16-
"version": "0.8.3",
16+
"version": "0.9.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)