diff --git a/src/_product-updates/2026-07-15-mcp-server-changelog.md b/src/_product-updates/2026-07-15-mcp-server-changelog.md new file mode 100644 index 00000000..c01a7a65 --- /dev/null +++ b/src/_product-updates/2026-07-15-mcp-server-changelog.md @@ -0,0 +1,15 @@ +--- +title: API changelog now accessible from your docs MCP servers +tags: [New] +image: /docs/images/changelog/doc-portal-mcp-changelog.png +--- + +![doc-portal-mcp-changelog.png](/docs/images/changelog/doc-portal-mcp-changelog.png) + +AI tools connected to your [doc MCP server](/help/documentation-experience/ask-ai-capabilities/#mcp-server) can now answer questions like "What changed recently on this API?", straight from your documentation changelog. Two new tools are available: +- **list_changes**: browse the changelog of a documentation. +- **get_change**: retrieve the full content of a specific change. + +The doc MCP server runs on top of the [Portal API](https://developers.bump.sh/doc/portal), meaning these two tools are also exposed as endpoints, if you need to access the changelog programmatically. + +As always, don’t hesitate to [reach out](mailto:hello@bump.sh) if you have any feedback. \ No newline at end of file diff --git a/src/docs/images/changelog/doc-portal-mcp-changelog.png b/src/docs/images/changelog/doc-portal-mcp-changelog.png new file mode 100644 index 00000000..d8a5491a Binary files /dev/null and b/src/docs/images/changelog/doc-portal-mcp-changelog.png differ