Skip to content

Commit 622645b

Browse files
committed
Release version 0.4.0
1 parent 92d8ed2 commit 622645b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thatfactory/xcode-cloud-mcp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Minimal MCP server for discovering Xcode Cloud workflows and retrieving build logs, issues, and test artifacts.",
55
"license": "MIT",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function createServer(): McpServer {
2222

2323
const server = new McpServer({
2424
name: 'Xcode Cloud MCP',
25-
version: '0.3.0',
25+
version: '0.4.0',
2626
});
2727

2828
registerDiscoveryTools(server, client);

0 commit comments

Comments
 (0)