Skip to content

Conversation

@oadiazp
Copy link

@oadiazp oadiazp commented Oct 27, 2025

Add support for custom instructions that can be appended to all tool descriptions via the ODOO_CUSTOM_INSTRUCTIONS environment variable.

This feature allows users to provide context-specific guidance or organizational conventions that will be included in all tool descriptions, similar to the implementation in mcp-redmine.

Changes:

  • Load custom instructions from file specified in ODOO_CUSTOM_INSTRUCTIONS env var
  • Modify all tools to use f-string docstrings that include CUSTOM_INSTRUCTIONS
  • Update README.md with documentation and examples

🤖 Generated with Claude Code

Add support for custom instructions that can be appended to all tool descriptions via the ODOO_CUSTOM_INSTRUCTIONS environment variable.

This feature allows users to provide context-specific guidance or organizational conventions that will be included in all tool descriptions, similar to the implementation in mcp-redmine.

Changes:
- Load custom instructions from file specified in ODOO_CUSTOM_INSTRUCTIONS env var
- Modify all tools to use f-string docstrings that include CUSTOM_INSTRUCTIONS
- Update README.md with documentation and examples

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants