This MCP remote server implementation provides access to BluestoneApps coding standards and code examples over HTTP. It uses FastAPI to expose a JSON-RPC 2.0 endpoint and Server-Sent Events (SSE) for streaming responses, with support for HTTP Basic Authentication. The server offers tools for retrieving React Native development standards (project structure, API communication, component design, state management) and code examples (components, hooks, services, screens, themes). Designed for deployment via Docker, it can be accessed locally or remotely through a domain (mcp.betaplanets.com), enabling seamless integration with Windsurf/Cascade clients.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get project structure standards.
Get API communication standards.
Get component design standards.
Get state management standards.
Get a specific component example.
Get a specific hook example.
Get a specific service example.
Get a specific screen example.
Get a specific theme example.
List all available code examples.