summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-13 20:25:12 +0200
committerPaul Buetow <paul@buetow.org>2026-02-13 20:25:12 +0200
commit78d1b4a990148bc8f021958d0fe5af7769a49088 (patch)
treecb669edb7c2dd21b6ded5d38e2cb3d7445cd8136 /README.md
parent4e8ffa93d9c9b2be6fdb4519c8fe5a96cc135fef (diff)
chore: deprecate hexai-mcp-server as experimental
Add deprecation notices across hexai-mcp-server codebase and documentation. The MCP server is now considered experimental and not actively maintained, as prompts are managed through slash commands and meta-commands instead. Changes: - Add runtime deprecation warning to stderr on binary startup - Mark feature as deprecated in README.md - Add deprecation notices to all 8 MCP documentation files - Add deprecation log message to run.go - Update Magefile.go build comment The code remains fully functional but warns users of its experimental status. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 305853b..2e92db2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It has got improved capabilities for Go code understanding (for example, create
* LSP in-editor chat with the LLM
* Stand-alone command line tool for LLM interaction
* Parallel completions and CLI responses from multiple providers/models for side-by-side comparison
-* **MCP server for prompt/runbook management** (`hexai-mcp-server`)
+* **MCP server for prompt/runbook management** (`hexai-mcp-server`) - **⚠️ DEPRECATED/EXPERIMENTAL**
- Create, update, delete, and retrieve prompts via MCP protocol
- Automatic backups on every change (keeps last 10)
- Compatible with Claude Code CLI, Cursor, and other MCP clients
@@ -27,14 +27,16 @@ It has got improved capabilities for Go code understanding (for example, create
- Config-driven: add new agents via `[tmux_edit]` in config.toml
* Support for OpenAI, OpenRouter, Anthropic, and Ollama
+> **Note on hexai-mcp-server:** This component is currently experimental and not actively maintained. The author manages prompts through slash commands and meta-commands in the hexai agent system, making the MCP server redundant for its original purpose. The code is preserved for potential future enhancements with different functionality beyond prompt management. See the [MCP documentation](docs/mcp-setup.md) for reference only.
+
## Documentation
* [Build and install guide](docs/buildandinstall.md)
* [Configuration guide](docs/configuration.md)
* [Usage examples](docs/usage.md)
* [Helix + tmux quickstart](docs/tmux.md)
-* [MCP server setup guide](docs/mcp-setup.md)
-* [Creating custom prompts](docs/mcp-prompts.md)
+* [MCP server setup guide](docs/mcp-setup.md) *(deprecated - reference only)*
+* [Creating custom prompts](docs/mcp-prompts.md) *(deprecated - reference only)*
## Tmux Status Line