Skip to content

Comments

docs: Add Known Issues section for Android Studio compatibility#21

Merged
cfdude merged 4 commits intomainfrom
dev
Nov 11, 2025
Merged

docs: Add Known Issues section for Android Studio compatibility#21
cfdude merged 4 commits intomainfrom
dev

Conversation

@cfdude
Copy link
Owner

@cfdude cfdude commented Nov 11, 2025

Summary

  • Documents Android Studio Otter 2 Feature Drop MCP client compatibility issue
  • Adds comprehensive Known Issues section to README.md
  • Clarifies that the array serialization bug is in Android Studio's MCP client, not super-shell-mcp

Changes

  • Added Known Issues section with detailed documentation of Android Studio Otter 2 compatibility issue
  • Includes affected version, error details, root cause analysis, and references

Related Issues

Context

A user reported an issue where Android Studio's MCP client incorrectly serializes array parameters as strings, causing execute_command calls with arguments to fail. After investigation, this was confirmed to be a bug in Android Studio's MCP client implementation, not in super-shell-mcp.

The server implements the MCP specification correctly and works as expected with Claude Desktop and other MCP clients.

…patibility

Document Android Studio Otter 2 Feature Drop MCP client bug that incorrectly
serializes array parameters as strings. Includes affected version, root cause
analysis, and references to issue #20.

This clarifies that the issue is with Android Studio's MCP client implementation,
not with super-shell-mcp server.
@cfdude cfdude merged commit d3ed8aa into main Nov 11, 2025
5 checks passed
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.

Support Android Studio Otter 2 Feature Drop

1 participant