Skip to content

Commit 2d45ae0

Browse files
committed
docs: clarify remote MCP (Streamable HTTP, no stdio / no self-hosting)
README and AGENTS now say "remote MCP server" everywhere so users know RoxyAPI MCP runs over Streamable HTTP at roxyapi.com/mcp/{slug}, not a locally installed stdio server.
1 parent af2a498 commit 2d45ae0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ DST matters. If the birth date falls inside a daylight-saving window, use the su
216216

217217
## MCP equivalents
218218

219-
Every method has a matching MCP tool. The MCP server per domain is at `https://roxyapi.com/mcp/{domain}-api`. Tool names follow `{method}_{path_snake_case}`, for example:
219+
Every method has a matching MCP tool. The remote MCP server per domain is at `https://roxyapi.com/mcp/{domain}-api` (Streamable HTTP, no stdio / no self-hosting). Tool names follow `{method}_{path_snake_case}`, for example:
220220

221221
- `POST /astrology/natal-chart` -> `post_astrology_natal_chart` on `/mcp/astrology-api`
222222
- `GET /astrology/horoscope/{sign}/daily` -> `get_astrology_horoscope_sign_daily` on `/mcp/astrology-api`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ This package ships with bundled documentation that AI coding agents read directl
240240

241241
Agents supporting `AGENTS.md` (Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Gemini CLI) will pick it up automatically. For other tools, point your agent to `node_modules/@roxyapi/sdk/AGENTS.md`.
242242

243-
Also available: [MCP server](https://roxyapi.com/docs/mcp) per domain at `https://roxyapi.com/mcp/{domain}-api` for agents that speak the Model Context Protocol.
243+
Also available: [remote MCP server](https://roxyapi.com/docs/mcp) per domain at `https://roxyapi.com/mcp/{domain}-api` (Streamable HTTP, no stdio / no self-hosting) for agents that speak the Model Context Protocol.
244244

245245
## Links
246246

0 commit comments

Comments
 (0)