Skip to content

Commit e31c15b

Browse files
authored
chore(release): 0.2.0 (#27)
1 parent bb8f4be commit e31c15b

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.2.0](https://github.com/patternfly/patternfly-mcp/compare/1913d18b82ca50b57999cf1c6cf7c1100eff3e94...bb8f4be6da8629bef34beb2d82dc8ce826f68c44) (2025-11-30)
5+
6+
7+
### Tests
8+
* stdio client refactor for e2e ([#16](https://github.com/patternfly/patternfly-mcp/pull/16)) ([ce9970c](https://github.com/patternfly/patternfly-mcp/commit/ce9970cec38a656d02d92ac94a8625dea80d2424))
9+
10+
### Features
11+
* memo cache expire, rollout callbacks ([#17](https://github.com/patternfly/patternfly-mcp/pull/17)) ([c9e4838](https://github.com/patternfly/patternfly-mcp/commit/c9e48389df6af11b60d90a1af7c3cc92248e3102))
12+
* **schemas** add component-schemas tool ([#12](https://github.com/patternfly/patternfly-mcp/pull/12)) ([4e58b28](https://github.com/patternfly/patternfly-mcp/commit/4e58b28452c6b608baccd98e2e466b7a1c33ea97))
13+
* shortest distance search helpers ([#14](https://github.com/patternfly/patternfly-mcp/pull/14)) ([0f2b54a](https://github.com/patternfly/patternfly-mcp/commit/0f2b54ad941a003b1825030a1b541b5161f77936))
14+
* expose server-instance stop, status ([#9](https://github.com/patternfly/patternfly-mcp/pull/9)) ([68222cb](https://github.com/patternfly/patternfly-mcp/commit/68222cb89efd3d9aa16057c0dfb39885680affd7))
15+
16+
### Code Refactoring
17+
* patternfly doc path updates ([#26](https://github.com/patternfly/patternfly-mcp/pull/26)) ([12334cf](https://github.com/patternfly/patternfly-mcp/commit/12334cf6932554ea7fdfb0d0871dbafdb6f97c0b))
18+
* move from global to context options ([#10](https://github.com/patternfly/patternfly-mcp/pull/10)) ([aa134f6](https://github.com/patternfly/patternfly-mcp/commit/aa134f642b97529d2f29356dc09306f958303e93))
19+
20+
### Bug Fixes
21+
* os agnostic repoName ([#15](https://github.com/patternfly/patternfly-mcp/pull/15)) ([bb8f4be](https://github.com/patternfly/patternfly-mcp/commit/bb8f4be6da8629bef34beb2d82dc8ce826f68c44))
22+
423
## 0.1.0 (2025-10-23)
524

625

@@ -18,4 +37,3 @@ All notable changes to this project will be documented in this file.
1837
* mcp-config to patternfly package ([#4](https://github.com/patternfly/patternfly-mcp/pull/4)) ([c1e13eb](https://github.com/patternfly/patternfly-mcp/commit/c1e13ebadc2b0cacca2570bf95c406d8e5821916))
1938
* move to nodejs 20 ([#3](https://github.com/patternfly/patternfly-mcp/pull/3)) ([c60fec1](https://github.com/patternfly/patternfly-mcp/commit/c60fec1a86ba6970575ded02bd82a8e7b1c8a2d6))
2039
* move to patternfly branding ([#2](https://github.com/patternfly/patternfly-mcp/pull/2)) ([3000fb5](https://github.com/patternfly/patternfly-mcp/commit/3000fb5f7f20a8c4db727b6a4cdb269e3ca19241))
21-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/patternfly-mcp",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "PatternFly documentation MCP server built with Node.js and TypeScript",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)