Skip to content

Add /postman:learn command for Learning Center search - #13

Merged
christosgkoros merged 1 commit into
mainfrom
feature/learn-command
Jul 17, 2026
Merged

Add /postman:learn command for Learning Center search#13
christosgkoros merged 1 commit into
mainfrom
feature/learn-command

Conversation

@christosgkoros

Copy link
Copy Markdown
Contributor

What

Adds a new /postman:learn command that searches the Postman Learning Center (https://learning.postman.com) via the searchLearningCenter MCP tool to answer "how do I..." questions about the Postman product and surface suggested workflows.

Why

searchLearningCenter is 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

  • New: commands/learn.md — search → synthesize with cited source URLs → connect to matching plugin commands. Follows the existing command front-matter pattern (explicit allowed-tools, no wildcard).
  • Mode-scoped: Only works in Full mode (POSTMAN_MCP_MODE=mcp, the default). searchLearningCenter is absent in minimal/code modes; the command detects this via getEnabledTools and guides the user to restore Full mode.
  • Docs synced: README commands table, CLAUDE.md (command count 10→11 + MCP command list), and skills/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

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>
@christosgkoros

Copy link
Copy Markdown
Contributor Author

Utilize the new Learn tool in our plugin, but also verify the plugin gets properly updated in Anthropic's claude-plugins-official marketplace.

@christosgkoros
christosgkoros merged commit b7b3c7a into main Jul 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants