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
693b84db2b87271ac809abcf02100eee7405720b
my-pal-mcp-server
/
tools
/
workflow
History
Fahad
d9449c7bb6
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
🚀
Major Enhancement: Workflow-Based Tool Architecture v5.5.0 (
#95
)
2025-06-21 00:08:11 +04:00
base.py
Precommit updated to always perform external analysis (via _other_ model) unless specified not to. This prevents Claude from being overconfident and inadequately performing subpar precommit checks.
2025-08-20 15:19:01 +04:00
schema_builders.py
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_mixin.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