Skip to content

Commit c93dda6

Browse files
committed
removing spaces since apparently MCP can`t do spaces
1 parent 7294643 commit c93dda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ core-foundation = "0.10.0"
2828
rojo = "7.4.4"
2929

3030
[package.metadata.bundle]
31-
name = "Roblox Studio MCP"
31+
name = "RobloxStudioMCP"
3232
description = "Model Context Protocol server for Roblox Studio"
3333
identifier = "com.rbx-mcp.server"

util/sign.macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ then
2424
echo "$APPLE_API_KEY_CONTENT" > "$APPLE_API_KEY"
2525

2626

27-
codesign -s "$IDENTITY" -v -f -o runtime --deep -i com.rbx-mcp.server --timestamp --entitlements util/App.entitlements --generate-entitlement-der "$BUNDLE_DIR/osx/Roblox Studio MCP.app"
27+
codesign -s "$IDENTITY" -v -f -o runtime --deep -i com.rbx-mcp.server --timestamp --entitlements util/App.entitlements --generate-entitlement-der "$BUNDLE_DIR/osx/RobloxStudioMCP.app"
2828
ditto -c -k $BUNDLE_DIR/osx $BUNDLE_DIR/bund.zip
2929
xcrun notarytool submit -k "$APPLE_API_KEY" -d "$APPLE_API_KEY_ID" -i "$APPLE_API_ISSUER" --wait --progress $BUNDLE_DIR/bund.zip
30-
xcrun stapler staple "$BUNDLE_DIR/osx/Roblox Studio MCP.app"
30+
xcrun stapler staple "$BUNDLE_DIR/osx/RobloxStudioMCP.app"
3131
fi
3232

3333
ditto -c -k $BUNDLE_DIR/osx output/macOS-rbx-studio-mcp.zip

0 commit comments

Comments
 (0)