Skip to content

Commit 6537b3b

Browse files
committed
refactor: update schema URL and standardize JSON key formatting for MCP publishing
1 parent 1367aa0 commit 6537b3b

File tree

3 files changed

+30
-33
lines changed

3 files changed

+30
-33
lines changed

packages/bitbucket/server.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.b1ff/atlassian-dc-mcp-bitbucket",
44
"description": "MCP server for Atlassian Bitbucket Data Center - interact with repositories and code",
5-
"status": "active",
65
"repository": {
76
"url": "https://github.com/b1ff/atlassian-dc-mcp",
87
"source": "github"
98
},
109
"version": "0.9.0",
1110
"packages": [
1211
{
13-
"registry_type": "npm",
14-
"registry_base_url": "https://registry.npmjs.org",
12+
"registryType": "npm",
13+
"registryBaseUrl": "https://registry.npmjs.org",
1514
"identifier": "@atlassian-dc-mcp/bitbucket",
1615
"version": "0.9.0",
1716
"transport": {
1817
"type": "stdio"
1918
},
20-
"environment_variables": [
19+
"environmentVariables": [
2120
{
2221
"description": "Bitbucket host domain (e.g. your-instance.atlassian.net)",
23-
"is_required": false,
22+
"isRequired": false,
2423
"format": "string",
25-
"is_secret": false,
24+
"isSecret": false,
2625
"name": "BITBUCKET_HOST"
2726
},
2827
{
2928
"description": "Bitbucket API base path (alternative to BITBUCKET_HOST)",
30-
"is_required": false,
29+
"isRequired": false,
3130
"format": "string",
32-
"is_secret": false,
31+
"isSecret": false,
3332
"name": "BITBUCKET_API_BASE_PATH"
3433
},
3534
{
3635
"description": "Bitbucket Personal Access Token or API token",
37-
"is_required": true,
36+
"isRequired": true,
3837
"format": "string",
39-
"is_secret": true,
38+
"isSecret": true,
4039
"name": "BITBUCKET_API_TOKEN"
4140
}
4241
]

packages/confluence/server.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.b1ff/atlassian-dc-mcp-confluence",
44
"description": "MCP server for Atlassian Confluence Data Center - access and manage content",
5-
"status": "active",
65
"repository": {
76
"url": "https://github.com/b1ff/atlassian-dc-mcp",
87
"source": "github"
98
},
109
"version": "0.9.0",
1110
"packages": [
1211
{
13-
"registry_type": "npm",
14-
"registry_base_url": "https://registry.npmjs.org",
12+
"registryType": "npm",
13+
"registryBaseUrl": "https://registry.npmjs.org",
1514
"identifier": "@atlassian-dc-mcp/confluence",
1615
"version": "0.9.0",
1716
"transport": {
1817
"type": "stdio"
1918
},
20-
"environment_variables": [
19+
"environmentVariables": [
2120
{
2221
"description": "Confluence host domain (e.g. your-instance.atlassian.net)",
23-
"is_required": false,
22+
"isRequired": false,
2423
"format": "string",
25-
"is_secret": false,
24+
"isSecret": false,
2625
"name": "CONFLUENCE_HOST"
2726
},
2827
{
2928
"description": "Confluence API base path (alternative to CONFLUENCE_HOST)",
30-
"is_required": false,
29+
"isRequired": false,
3130
"format": "string",
32-
"is_secret": false,
31+
"isSecret": false,
3332
"name": "CONFLUENCE_API_BASE_PATH"
3433
},
3534
{
3635
"description": "Confluence Personal Access Token or API token",
37-
"is_required": true,
36+
"isRequired": true,
3837
"format": "string",
39-
"is_secret": true,
38+
"isSecret": true,
4039
"name": "CONFLUENCE_API_TOKEN"
4140
}
4241
]

packages/jira/server.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.b1ff/atlassian-dc-mcp-jira",
44
"description": "MCP server for Atlassian Jira Data Center - search, view, and create issues",
5-
"status": "active",
65
"repository": {
76
"url": "https://github.com/b1ff/atlassian-dc-mcp",
87
"source": "github"
98
},
109
"version": "0.9.0",
1110
"packages": [
1211
{
13-
"registry_type": "npm",
14-
"registry_base_url": "https://registry.npmjs.org",
12+
"registryType": "npm",
13+
"registryBaseUrl": "https://registry.npmjs.org",
1514
"identifier": "@atlassian-dc-mcp/jira",
1615
"version": "0.9.0",
1716
"transport": {
1817
"type": "stdio"
1918
},
20-
"environment_variables": [
19+
"environmentVariables": [
2120
{
2221
"description": "Jira host domain (e.g. your-instance.atlassian.net)",
23-
"is_required": false,
22+
"isRequired": false,
2423
"format": "string",
25-
"is_secret": false,
24+
"isSecret": false,
2625
"name": "JIRA_HOST"
2726
},
2827
{
2928
"description": "Jira API base path (alternative to JIRA_HOST)",
30-
"is_required": false,
29+
"isRequired": false,
3130
"format": "string",
32-
"is_secret": false,
31+
"isSecret": false,
3332
"name": "JIRA_API_BASE_PATH"
3433
},
3534
{
3635
"description": "Jira Personal Access Token or API token",
37-
"is_required": true,
36+
"isRequired": true,
3837
"format": "string",
39-
"is_secret": true,
38+
"isSecret": true,
4039
"name": "JIRA_API_TOKEN"
4140
}
4241
]

0 commit comments

Comments
 (0)