Merged
Conversation
9a66f1b to
9939376
Compare
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
…NGELOG for v0.9.0 - Add comprehensive REST passthrough documentation (docs/docs/using/rest-passthrough.md) - Document all 9 new passthrough fields with examples and validation rules - Include API examples, security best practices, and troubleshooting guide - Update CHANGELOG.md with v0.9.0 section for REST passthrough enhancements - Add rest-passthrough.md to docs navigation Closes #746 Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
2996c8a to
36540ae
Compare
crivetimihai
added a commit
that referenced
this pull request
Oct 19, 2025
* rest pass changed tool service Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * alembic Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * alembic Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * web-lint Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * fix: add UTF-8 encoding pragma to alembic migration Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * docs: add REST passthrough configuration documentation and update CHANGELOG for v0.9.0 - Add comprehensive REST passthrough documentation (docs/docs/using/rest-passthrough.md) - Document all 9 new passthrough fields with examples and validation rules - Include API examples, security best practices, and troubleshooting guide - Update CHANGELOG.md with v0.9.0 section for REST passthrough enhancements - Add rest-passthrough.md to docs navigation Closes #746 Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: rakdutta <rakhibiswas@yahoo.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
* rest pass changed tool service Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * alembic Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * alembic Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * web-lint Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * fix: add UTF-8 encoding pragma to alembic migration Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * docs: add REST passthrough configuration documentation and update CHANGELOG for v0.9.0 - Add comprehensive REST passthrough documentation (docs/docs/using/rest-passthrough.md) - Document all 9 new passthrough fields with examples and validation rules - Include API examples, security best practices, and troubleshooting guide - Update CHANGELOG.md with v0.9.0 section for REST passthrough enhancements - Add rest-passthrough.md to docs navigation Closes IBM#746 Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: rakdutta <rakhibiswas@yahoo.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the model addition as outlined in the proposed design document referenced in [Issue #756](#756).
The changes align with the agreed approach to extend model support and ensure compatibility with existing workflows.
Key Updates
Testing Done
make test— all test cases passed.