XcodeRead - Read files from the project
XcodeWrite - Write files to the project
XcodeUpdate - Edit files with str_replace-style
patches
XcodeGlob - Find files by pattern
XcodeGrep - Search file contents
XcodeLS - List directory contents
XcodeMakeDir - Create directories
XcodeRM - Remove files
XcodeMV - Move/rename files
BuildProject - Build the Xcode project
GetBuildLog - Get build output
RunAllTests - Run all tests
RunSomeTests - Run specific tests
GetTestList - List available tests
XcodeListNavigatorIssues - Get Xcode issues/errors
XcodeRefreshCodeIssuesInFile - Get live diagnostics
ExecuteSnippet - Run code in a REPL-like environment
RenderPreview - Render SwiftUI previews as images
DocumentationSearch - Search Apple docs and WWDC videos
XcodeListWindows - List open Xcode windows
The above is a list of MCPTools exposed by Xcode.
Im am interested in the DocumentationSearch Tool . Here Xcode is able to search only Apple Docs. Lets say i am using a custom .xcframework or i have added HTML Docs of my framework in xcode. Can i still use the DocumentationSearch tool for third party libraries