Document agent tools for Resources and Prompts tabs#3329
Open
mintlify[bot] wants to merge 4 commits into
Open
Conversation
Generated-By: mintlify-agent Mintlify-Source: dashboard-editor
Generated-By: mintlify-agent Mintlify-Source: dashboard-editor
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
Internal previewPreview URL: https://mcp-inspector-pr-3329.up.railway.app |
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.
Documents the new agent tool capabilities added to the MCP Inspector's Tools, Resources, and Prompts tabs.
Changes:
ui_snapshot_app(tool list, selected tool, parameter names, result presence), and that tool execution uses the existing globalui_execute_tool.ui_read_resource" section documenting the new tool that mirrors the Read button — covering concrete resource URIs/names, template resolution withtemplateArguments, truncation behavior, and theui_snapshot_appdiscovery pattern.ui_get_prompt" section documenting the new tool that mirrors the Run button — covering name/title resolution, theargumentsmap, truncation behavior, andui_snapshot_appdiscovery.Files changed:
docs/inspector/tools-prompts-resources.mdxSummary by cubic
Update docs to show how agents work with the MCP Inspector’s Tools, Resources, and Prompts tabs. Adds
ui_read_resource,ui_get_prompt, and visibility details viaui_snapshot_appandui_execute_tool.ui_snapshot_app; execution usesui_execute_tool.ui_read_resourcemirrors Read; takes URI/name or template; supportstemplateArguments(string-to-string); truncates large/binary results; discover viaui_snapshot_app.ui_get_promptmirrors Run; takes name/title; supportsarguments(string-to-string); truncates rendered messages; discover viaui_snapshot_app.Written for commit 1398b08. Summary will update on new commits.