diff options
Diffstat (limited to 'docs/mcp-prompts.md')
| -rw-r--r-- | docs/mcp-prompts.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/mcp-prompts.md b/docs/mcp-prompts.md index 260760b..a12385c 100644 --- a/docs/mcp-prompts.md +++ b/docs/mcp-prompts.md @@ -1,5 +1,17 @@ # MCP Prompts 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.** + ## Overview Prompts in hexai-mcp-server are reusable templates that can be parameterized with arguments. They're stored in JSONL format (one JSON object per line) for easy editing and version control. |
