Skip to content

Commit dfb9850

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 0fcd4bd commit dfb9850

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
@@ -220,7 +220,7 @@ DST matters. If the birth date falls inside a daylight-saving window, use the su
220220

221221
## MCP equivalents
222222

223-
Every method has a matching MCP tool. MCP server per domain is at `https://roxyapi.com/mcp/{domain}-api`. Tool names follow `{method}_{path_snake_case}`, for example:
223+
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:
224224

225225
- `POST /astrology/natal-chart` -> `post_astrology_natal_chart` on `/mcp/astrology-api`
226226
- `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
@@ -297,7 +297,7 @@ with create_roxy("your-api-key") as roxy:
297297

298298
This package ships with `AGENTS.md` bundled alongside the source so AI coding agents can read the SDK patterns, common tasks, and gotchas directly.
299299

300-
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.
300+
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.
301301

302302
## Links
303303

0 commit comments

Comments
 (0)