Add regex search tool to mcp-oaf-browse#128
Merged
Conversation
- Fetch all pages from paginated list API responses - Use thread-safe syncArray for result collection - Add safety limits to prevent infinite pagination loops - Replace $do pattern with try-catch for error handling
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.
Motivation
listendpoint to perform discovery across returned entry fields.Description
searchMCP tool definition tomcps/mcp-oaf-browse.yamlwith schema optionspattern,path,params,caseSensitive,maxDepth,maxPaths, andmaxResults.listandgetso it is active for both STDIO and HTTP MCP modes.Browse searchjob that traverses browse paths by repeatedly calling the existinglistAPI and performs regex matching across all fields of each returned entry after stringifying non-primitive values.pForEach) wrapped in safe async$doblocks, atomic flags for short-circuiting field checks, and child-path extraction from common fields (path,filepath,filePath,relativePath,canonicalPath) while enforcing traversal controls.Testing
ojob mcps/mcp-oaf-browse.yaml -hto validate wiring, which failed in this environment becauseojobis not installed (/bin/bash: line 1: ojob: command not found).gitcommit verify the file change was applied successfully.