Skip to content

Conversation

@UltimateStarCoder
Copy link
Contributor

Added instructions for configuring AntiGravity in MCP.

Added instructions for configuring AntiGravity in MCP.
Copilot AI review requested due to automatic review settings November 29, 2025 03:31
@changeset-bot
Copy link

changeset-bot bot commented Nov 29, 2025

⚠️ No Changeset found

Latest commit: d5e3b84

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 29, 2025

@UltimateStarCoder is attempting to deploy a commit to the Svelte Team on Vercel.

A member of the Team first needs to authorize it.

@svelte-docs-bot
Copy link

Copilot finished reviewing on behalf of UltimateStarCoder November 29, 2025 03:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds configuration instructions for the AntiGravity MCP client to the remote setup documentation. However, the configuration provided uses the local setup pattern (with command and args using npx) rather than the remote setup pattern (with url pointing to https://mcp.svelte.dev/mcp), which is inconsistent with all other client configurations in this file and incorrect for a remote setup document.

Key Changes

  • Adds a new "AntiGravity" section to the remote setup documentation with step-by-step configuration instructions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +124 to +133
```json
{
"mcpServers": {
"svelte": {
"command": "npx",
"args": ["-y", "@sveltejs/mcp"]
}
}
}
```
Copy link

Copilot AI Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This configuration uses the local setup pattern (with command and args using npx) instead of the remote setup pattern. Since this is the remote setup documentation, the configuration should use the remote URL pattern instead.

Based on other sections in this file (e.g., Cursor, GitHub Coding Agent), the AntiGravity configuration should be:

{
  "mcpServers": {
    "svelte": {
      "url": "https://mcp.svelte.dev/mcp"
    }
  }
}

The current configuration shown would be appropriate for the local-setup.md file instead.

Copilot uses AI. Check for mistakes.
@UltimateStarCoder
Copy link
Contributor Author

Oops. It should be this instead for the remote mcp connection.

{
"mcpServers": {
"svelte": {
"serverUrl": "https://mcp.svelte.dev/mcp"
}
}
}

@paoloricciuti
Copy link
Member

Thanks...can you fix linting and the actual content?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants