-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Description
Description
Ark MCP in Google Antigravity leads to a startup error.
What's happening
Antigravity picks up stdout (console.info) at the startup of Ark MCP and raises an error.
As I tested in local, changing to console.error fixes it.
Link to Reproduction (or Detailed Explanation)
(I posted screenshot in the description)
Steps to Reproduce
- Setting up a MCP server in Google Antigravity is done like this:
// mcp_config.json
{
"mcpServers": {
"ark-ui": {
"command": "npx",
"args": [
"-y",
"@ark-ui/mcp"
]
}
}
}- go to "Manage MCP servers" page
- "Refresh" at the top-right
- ark mcp logs an error.
Ark UI Version
5.19.1
Framework
- React
- Solid
- Vue
- Svelte
Browser
No response
Additional Information
Other examples:
Reactions are currently unavailable