[system-prompt] add system_prompt_kit.md for MCP agent configuration#19
[system-prompt] add system_prompt_kit.md for MCP agent configuration#19Obsidian68 merged 1 commit intofeat/integrationfrom
Conversation
…tion Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c9d538d974
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## System Prompt Kit | ||
|
|
||
| The `system_prompt_kit.md` file at the project root is a ready-to-use system prompt for agents connecting to Engram via MCP. It covers: |
There was a problem hiding this comment.
Remove claim that MCP tools are ready to use
This line says the prompt kit is "ready-to-use" for agents connecting via MCP, but this commit does not add any MCP server/tool implementation in src/ (repo-wide search only finds MCP references in docs/reference files). As written, users will follow this setup and then fail to call the documented tools, which is a functional documentation regression rather than a wording nit.
Useful? React with 👍 / 👎.
| @@ -1,5 +1,11 @@ | |||
| # Changelog | |||
|
|
|||
| ## 1.3.0 | |||
There was a problem hiding this comment.
Avoid publishing 1.3.0 changelog before version bump
Adding a 1.3.0 release section here makes the published docs inconsistent with the actual shipped version, which remains 1.2.0 in both pyproject.toml and src/engram/__init__.py. Tooling and users that rely on the changelog for released versions can incorrectly assume 1.3.0 is available and includes MCP features.
Useful? React with 👍 / 👎.
Summary
system_prompt_kit.mdat project root — an agent-facing system prompt covering all 5 MCP tools (memory_write, memory_search, memory_read, memory_delete, memory_list) with parameters, response formats, and realistic examplesKnown limitations
type: "memory"matching the current model defaultsTest plan
🤖 Generated with Claude Code