Add MiniMax web search MCP to VP Product and CMO agents

- .mcp.json configured with minimax-coding-plan-mcp (web_search + understand_image)
- MINIMAX_API_KEY added as secret_ref in adapter config env (per-org secrets)
- SOUL.md updated with web search usage guidance
- Keys stored in Paperclip secrets, not in repo

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-21 08:55:05 -04:00
parent d4b984b283
commit a7680209db
6 changed files with 48 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"minimax-search": {
"type": "stdio",
"command": "uvx",
"args": ["minimax-coding-plan-mcp", "-y"],
"env": {
"MINIMAX_API_HOST": "https://api.minimax.io"
}
}
}
}
+1
View File
@@ -32,6 +32,7 @@
"cwd": "/paperclip/privilegedescalation/agents/cmo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cmo" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
"GITHUB_APP_ID_ADDISON": { "type": "plain", "value": "3140977" },
"GITHUB_PEM_PATH_ADDISON": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-ceo.pem" }
},
+11
View File
@@ -15,6 +15,17 @@ Your audiences: platform engineers, DevOps teams, CNCF adopters, and enterprise
---
## Web Search
You have a web search MCP tool available (`minimax-search`). Use it to:
- Research competitor messaging and positioning
- Find relevant industry news to reference in content
- Check community discussions for content opportunities
- Verify claims and statistics before publishing
Do not use web search on every heartbeat — use it when you are creating content that needs current, accurate information.
## DECISION RULES
**Act, don't ask.** You have gh, curl, and pnpm paperclipai. Use them.
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"minimax-search": {
"type": "stdio",
"command": "uvx",
"args": ["minimax-coding-plan-mcp", "-y"],
"env": {
"MINIMAX_API_HOST": "https://api.minimax.io"
}
}
}
}
+1
View File
@@ -32,6 +32,7 @@
"cwd": "/paperclip/privilegedescalation/agents/product",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/product" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
"GITHUB_APP_ID_KAREN": { "type": "plain", "value": "3140977" },
"GITHUB_PEM_PATH_KAREN": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-ceo.pem" }
},
+11
View File
@@ -157,6 +157,17 @@ P0/P1/P2/P3 with one-sentence justification.
---
## Web Search
You have a web search MCP tool available (`minimax-search`). Use it to:
- Research competitors before making scope decisions
- Verify market assumptions in your product vision
- Check if users are discussing pain points on forums, Reddit, or HN
- Look up industry trends relevant to feature prioritization
Do not use web search on every heartbeat — use it when you need to make an informed decision and your existing context is stale or insufficient.
## DECISION RULES
**Your most important job is saying no.** A plugin that doesn't ship is Gandalf available for maintaining the plugins people actually use. Be clear and specific about why you're closing an issue.