Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/mcp-registry-skill-finder.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/create-expert-skill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/create-expert-skill

## 0.0.3

### Patch Changes

- [#612](https://github.com/perstack-ai/perstack/pull/612) [`c1f50db`](https://github.com/perstack-ai/perstack/commit/c1f50db2d550f9db603993fbf98afae67afa2707) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add MCP registry search tools and skill-finder expert

Add `searchMcpRegistry` and `getMcpServerDetail` tools to `@perstack/create-expert-skill` that search the official MCP registry for MCP servers matching expert skill requirements. Add `@create-expert/skill-finder` expert that uses these tools to investigate registry entries and produce skill-report.md with ready-to-use TOML configuration snippets. Update coordinator, planner, and definition-writer instructions to integrate skill findings into generated expert definitions.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-expert-skill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/create-expert-skill",
"version": "0.0.2",
"version": "0.0.3",
"description": "MCP skill for testing Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/create-expert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-expert

## 0.0.42

### Patch Changes

- [#612](https://github.com/perstack-ai/perstack/pull/612) [`c1f50db`](https://github.com/perstack-ai/perstack/commit/c1f50db2d550f9db603993fbf98afae67afa2707) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add MCP registry search tools and skill-finder expert

Add `searchMcpRegistry` and `getMcpServerDetail` tools to `@perstack/create-expert-skill` that search the official MCP registry for MCP servers matching expert skill requirements. Add `@create-expert/skill-finder` expert that uses these tools to investigate registry entries and produce skill-report.md with ready-to-use TOML configuration snippets. Update coordinator, planner, and definition-writer instructions to integrate skill findings into generated expert definitions.

## 0.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-expert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expert",
"version": "0.0.41",
"version": "0.0.42",
"description": "Create and modify Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down