docs: mark this stdio MCP client as deprecated

It was a test and is dismissed; development continues only on the HTTP MCP
transport at https://cauldron.cloud/mcp/<API_KEY> (McpServerController in the
main cauldron repo). Banner added to README and the server.py docstring.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XL5Z9wpd5eygTmePvD1c27
This commit is contained in:
Spaike 2026-07-09 17:30:56 +02:00
parent 9716a79cc1
commit 8b22e88a5d
2 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,20 @@
# Cauldron Cloud — MCP Server
> ## ⚠️ DEPRECATED — do not use for new work
>
> This standalone **stdio** client was a test and is **dismissed**. It is no
> longer maintained and may lag behind the API.
>
> Use the built-in **HTTP MCP** instead — no install, just a URL with your API key:
>
> ```
> https://cauldron.cloud/mcp/<YOUR_API_KEY>
> ```
>
> It is implemented server-side (`src/Controllers/McpServerController.php` in the
> main `cauldron` repo) and is the only transport that receives new tools/filters.
> Add it as a custom connector in Claude (Settings → Connectors → Add) with that URL.
Connects Claude Desktop (or any MCP client) to the Cauldron M&A portal.
## Quick setup — 3 commands

View File

@ -1,6 +1,12 @@
#!/usr/bin/env python3
"""
Cauldron Cloud MCP Server
DEPRECATED (dismissed): this standalone stdio client was a test and is no longer
maintained. Development continues only on the HTTP MCP transport, served at
https://cauldron.cloud/mcp/<API_KEY> (src/Controllers/McpServerController.php in
the main cauldron repo). Kept here for reference only.
Connects Claude Desktop (or any MCP client) to the Cauldron portal REST API.
Setup: