summaryrefslogtreecommitdiff
path: root/docs/mcp-setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mcp-setup.md')
-rw-r--r--docs/mcp-setup.md12
1 files changed, 12 insertions, 0 deletions
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.