docs(readme): remove broken Pika MCP endpoint Links bullet

Clicking https://mcp.pika.me/api/mcp returns 'This MCP server does not
offer a standalone SSE stream. Tool-call notifications are delivered on
the per-request POST response stream.' — the endpoint is correctly
wired for MCP-over-HTTP-POST in the install snippets above, but isn't
useful as a clickable Links destination. Drop the bullet to stop sending
people to a confusing error page.

The install-surface section, badge, and per-client snippets remain
unchanged — those document the actual integration shape.
This commit is contained in:
pika-ai-code
2026-05-24 04:22:28 +00:00
parent 1b19fe8236
commit c3b665b747
-1
View File
@@ -195,7 +195,6 @@ No — Pika manages provider routing internally so you don't juggle API keys, ra
- [Changelog](./CHANGELOG.md) — release history
- [Tool schema](./tools-manifest.json) — all 58 atomic tools with full param surfaces
- [Pika MCP endpoint](https://mcp.pika.me/api/mcp) — raw HTTP MCP
- [Pika Developer Portal](https://www.pika.me/dev/) — keys and SDK references
- [Security policy](./SECURITY.md)
- Open-source skill modules → [`Pika-Labs/Pika-Skills`](https://github.com/Pika-Labs/Pika-Skills)