From 78d1b4a990148bc8f021958d0fe5af7769a49088 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Feb 2026 20:25:12 +0200 Subject: 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 --- docs/mcp-setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/mcp-setup.md') diff --git a/docs/mcp-setup.md b/docs/mcp-setup.md index 6f75cb9..c1e966b 100644 --- a/docs/mcp-setup.md +++ b/docs/mcp-setup.md @@ -1,5 +1,17 @@ # MCP Server Setup Guide +> **⚠️ DEPRECATION NOTICE** +> +> This MCP server is **EXPERIMENTAL** and **NOT ACTIVELY MAINTAINED**. +> +> The author currently manages prompts through slash commands and meta-commands +> in the hexai agent system, making this MCP server redundant for its original +> purpose. This code is kept for potential future enhancements (possibly with +> different functionality beyond prompt management), but no guarantees are made +> about stability or continued support. +> +> **This documentation is preserved for reference only.** + ## What is MCP? Model Context Protocol (MCP) is a standardized protocol for AI agents to discover and use prompts, tools, and resources from external servers. The `hexai-mcp-server` provides a prompt management system that works with any MCP-compatible agent like Claude Code CLI, Cursor, or other AI coding assistants. -- cgit v1.2.3