Skip to content

Commit 3f8cf3d

Browse files
committed
Release version 0.2.0
1 parent 3c082c1 commit 3f8cf3d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.2",
3+
"version": "0.2.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.1.2',
25+
version: '0.2.0',
2626
});
2727

2828
registerDiscoveryTools(server, client);

0 commit comments

Comments
 (0)