Add /postman:learn command for Learning Center search - #13
Merged
Conversation
Introduce a new MCP command that searches the Postman Learning Center via the searchLearningCenter tool to answer how-to questions and surface suggested workflows. Scoped to Full mode (POSTMAN_MCP_MODE=mcp), since the tool is absent in minimal/code modes. Update README, CLAUDE.md, and the postman-knowledge skill to reflect the new command and tool. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Utilize the new Learn tool in our plugin, but also verify the plugin gets properly updated in Anthropic's |
garciasdos
approved these changes
Jul 17, 2026
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.
What
Adds a new
/postman:learncommand that searches the Postman Learning Center (https://learning.postman.com) via thesearchLearningCenterMCP tool to answer "how do I..." questions about the Postman product and surface suggested workflows.Why
searchLearningCenteris a new tool exposed by the Postman MCP Server in Full mode. This command gives users an in-plugin way to get authoritative, cited product guidance without leaving Claude Code — and connects those answers back to the relevant plugin commands (/postman:sync,/postman:mock, etc.).Details
commands/learn.md— search → synthesize with cited source URLs → connect to matching plugin commands. Follows the existing command front-matter pattern (explicitallowed-tools, no wildcard).POSTMAN_MCP_MODE=mcp, the default).searchLearningCenteris absent inminimal/codemodes; the command detects this viagetEnabledToolsand guides the user to restore Full mode.CLAUDE.md(command count 10→11 + MCP command list), andskills/postman-knowledge/SKILL.md(tool reference + Decision Guide row).Testing
No build/test suite exists (pure-markdown plugin). Changes are instructional markdown with YAML front matter following existing conventions.
Generated with Claude Code