Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
{
"name": "SwiftScaffolding",
"version": "0.4.4",
"version": "0.4.5",
"description": "Swift project scaffolding and code generation tools",
"source": "./SwiftScaffolding",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion SwiftScaffolding/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SwiftScaffolding",
"version": "0.4.4",
"version": "0.4.5",
"description": "Swift project scaffolding and code generation tools",
"author": {
"name": "Gustavo Ambrozio"
Expand Down
3 changes: 2 additions & 1 deletion SwiftScaffolding/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"command": "npx",
"args": [
"-y",
"xcodebuildmcp@latest"
"xcodebuildmcp@latest",
"mcp"
],
"env": {
"XCODEBUILDMCP_ENABLED_WORKFLOWS": "project-scaffolding",
Expand Down
3 changes: 3 additions & 0 deletions SwiftScaffolding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Use the `scaffolding` skill to scaffold Swift projects.

## Changelog

### 0.4.5
- Fixed XcodeBuildMCP registration in `.mcp.json` — added the `"mcp"` subcommand to args so the MCP server starts in stdio mode instead of printing help and exiting

### 0.4.4
- Added `opencode-plugin.js` for OpenCode users
- The OpenCode entry point registers the `scaffolding` skill, XcodeBuildMCP server, and session context
Expand Down
4 changes: 4 additions & 0 deletions SwiftScaffolding/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
],
"welcomeMessage": "You can scaffold Swift projects using the scaffolding skill.",
"versions": [
{
"version": "0.4.5",
"changes": "Fixed XcodeBuildMCP registration: added the missing \"mcp\" subcommand in args to prevent connection closure on startup."
},
{
"version": "0.4.4",
"changes": "Added OpenCode support through an opencode-plugin.js entry point that registers skills, MCP servers, and session-start context."
Expand Down
Loading