This website requires JavaScript.
Explore
Help
Register
Sign In
torbjorn
/
my-pal-mcp-server
Watch
1
Star
0
Fork
0
You've already forked my-pal-mcp-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f69ff03c4d10e606a1dfed2a167f3ba2e2236ba8
my-pal-mcp-server
/
tools
History
Fahad
f69ff03c4d
refactor: trimmed some prompts
...
style: version tool output now mentions the default model in use
2025-10-01 21:55:05 +04:00
..
shared
refactor: trimmed some prompts
2025-10-01 21:55:05 +04:00
simple
feat: depending on the number of tools in use, this change should save ~50% of overall tokens used. fixes
https://github.com/BeehiveInnovations/zen-mcp-server/issues/255
but also refactored individual tools to instead encourage the agent to use the listmodels tool if needed.
2025-10-01 21:40:31 +04:00
workflow
feat: depending on the number of tools in use, this change should save ~50% of overall tokens used. fixes
https://github.com/BeehiveInnovations/zen-mcp-server/issues/255
but also refactored individual tools to instead encourage the agent to use the listmodels tool if needed.
2025-10-01 21:40:31 +04:00
__init__.py
New tool! "challenge" with confidence and stop Claude from agreeing with you blindly and undoing the _correct_ strategy because you were wrong
2025-06-29 15:50:45 +04:00
analyze.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
challenge.py
feat: refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness
2025-08-22 09:23:59 +04:00
chat.py
refactor: trimmed some prompts
2025-10-01 21:55:05 +04:00
codereview.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
consensus.py
Merge pull request
#260
from DragonFSKY/fix/consensus-model-context-issue
2025-10-01 19:27:47 +04:00
debug.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
docgen.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
listmodels.py
fix: Remove duplicate OpenAI models from listmodels output
2025-09-09 19:00:43 -06:00
models.py
Generic naming to work with Gemini CLI / Claude Code
2025-06-27 23:41:20 +04:00
planner.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
precommit.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
refactor.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
secaudit.py
feat: refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness
2025-08-22 09:23:59 +04:00
testgen.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
thinkdeep.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
tracer.py
fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
2025-10-01 18:44:11 +04:00
version.py
refactor: trimmed some prompts
2025-10-01 21:55:05 +04:00