mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
feat: integrate Learning Center MCP for documentation intelligence
- Add postman-docs MCP server to plugin.json (v1.1.0) - Update command instructions to use docs MCP for "how do I" questions - Update README with documentation intelligence section - Plugin now combines operations (scripts) + knowledge (docs MCP) This turns AI into a true Postman expert that can both execute and explain. Jon Konrath's Learning Center MCP endpoint: https://learning.postman.com/_mcp/server Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
15
README.md
15
README.md
@@ -85,9 +85,22 @@ Clara checks 8 pillars:
|
||||
|
||||
**Score 70%+ with no critical failures = Agent Ready**
|
||||
|
||||
## Documentation Intelligence
|
||||
|
||||
This plugin includes the **Postman Learning Center MCP** for documentation access. When you ask "how do I..." questions, Claude can pull actual Postman docs instead of guessing.
|
||||
|
||||
```
|
||||
/postman
|
||||
How do I set up OAuth 2.0 authentication?
|
||||
```
|
||||
|
||||
The plugin queries `https://learning.postman.com/_mcp/server` for accurate, up-to-date documentation.
|
||||
|
||||
## Works With
|
||||
|
||||
This plugin complements [Postman's MCP Server](https://github.com/postmanlabs/postman-mcp-server) for live API operations.
|
||||
This plugin complements:
|
||||
- **[Postman Learning Center MCP](https://learning.postman.com/_mcp/server)** - Documentation and how-to guides (included)
|
||||
- **[Postman's MCP Server](https://github.com/postmanlabs/postman-mcp-server)** - Live API operations
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user